Changes between Version 18 and Version 19 of ioc_device_api


Ignore:
Timestamp:
Jan 22, 2020, 2:07:28 PM (4 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ioc_device_api

    v18 v19  
    8383For '''synchronous operations''', the '''ioc_driver_cmd()''' function is called by the client thread:
    8484 1. It masks the IOC_IRQ, and polls the IOC hardware status register until I/O transfer completion,
    85  1. When the I/O operation completes, it reports the I/O operation status in the command.
    86 The '''ioc_driver_isr()''' function is not involved.
     85 1. When the I/O operation completes, it reports the I/O operation status in the command, and returns.
     86 1. The '''ioc_driver_isr()''' function and the IOC_IRQ are not involved.