dma: add system calls for dma_start/dma_stop
As per current policy of requiring supervisor mode to register callbacks, dma_config() is omitted. A note added about checking the channel ID for start/stop, current implementations already do this but best make it explicitly documented. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
980c0cf4ac
commit
ce6c8f347b
6 changed files with 43 additions and 2 deletions
|
@ -150,6 +150,7 @@ enum k_objects {
|
|||
K_OBJ_DRIVER_AIO_CMP,
|
||||
K_OBJ_DRIVER_COUNTER,
|
||||
K_OBJ_DRIVER_CRYPTO,
|
||||
K_OBJ_DRIVER_DMA,
|
||||
K_OBJ_DRIVER_FLASH,
|
||||
K_OBJ_DRIVER_GPIO,
|
||||
K_OBJ_DRIVER_I2C,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue