![]() |
nrfxlib API 3.3.99
|
#include <nrf_semmc.h>
Data Fields | |
| uint8_t | cmd |
| Command code. nrf_semmc_cmd_t can be used to set this value. | |
| uint32_t | arg |
| Command argument. | |
| nrf_semmc_resp_type_t | resp_type |
| Response type. nrf_semmc_resp_type_t can be used to set this value. | |
| void * | resp_buffer |
| Pointer to the response buffer for transfer. Used for raw response sampling, VPR must have access tho this memory location. | |
| uint32_t | response [4] |
| Array to hold processed response. Application logic uses this. | |
| nrf_semmc_error_t | err |
| Command error code. It will be set by API after a transfer. A subset of nrf_semmc_error_t. | |