|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Go to the source code of this file.
Functions | |
| void | dma_smartdma_install_fw (const struct device *dev, uint8_t *firmware, uint32_t len) |
| install SMARTDMA firmware | |
install SMARTDMA firmware
Install a custom firmware for the smartDMA. This function allows the user to install a custom firmware into the smartDMA, which implements different API functions than the standard MCUX SDK firmware.
| dev | smartDMA device |
| firmware | address of buffer containing smartDMA firmware |
| len | length of firmware buffer |