![]() |
nRF5 SDK
v12.3.0
|
| Choose documentation: | nRF5 SDK | S130 SoftDevice API | S132 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Data Structures | |
| struct | nrf_block_dev_sdc_work_t |
| Work structure of SDC block device. More... | |
| struct | nrf_block_dev_sdc_config_t |
| SDC block device config. More... | |
| struct | nrf_block_dev_sdc_t |
| SDC block device. More... | |
Macros | |
| #define | NRF_BLOCK_DEV_SDC_CONFIG(blk_size, sdc_lib_config) |
| SDC block device config initializer (nrf_block_dev_sdc_config_t) More... | |
| #define | NRF_BLOCK_DEV_SDC_DEFINE(name, config, info) |
| Defines a SDC block device. More... | |
Functions | |
| static nrf_block_dev_t const * | nrf_block_dev_sdc_ops_get (nrf_block_dev_sdc_t const *p_blk_sdc) |
| Returns block device API handle from SDC block device. More... | |
Variables | |
| const nrf_block_dev_ops_t | nrf_block_device_sdc_ops |
| SDC block device operations. | |
| #define NRF_BLOCK_DEV_SDC_CONFIG | ( | blk_size, | |
| sdc_lib_config | |||
| ) |
SDC block device config initializer (nrf_block_dev_sdc_config_t)
| blk_size | Block size |
| sdc_lib_config | SDC library config (app_sdc_config_t) |
| #define NRF_BLOCK_DEV_SDC_DEFINE | ( | name, | |
| config, | |||
| info | |||
| ) |
Defines a SDC block device.
| name | Instance name |
| config | Configuration nrf_block_dev_sdc_config_t |
| info | Info strings NFR_BLOCK_DEV_INFO_CONFIG |
|
inlinestatic |
Returns block device API handle from SDC block device.
| [in] | p_blk_sdc | SDC block device |