![]() |
RAFW Flexible Software Package Documentation
Release v2.0.1
|
|
Interface for AWSIOT_W Application APIs.
Data Structures | |
| struct | rm_awsiot_w_app_cfg_t |
| struct | rm_awsiot_w_app_instance_t |
| struct rm_awsiot_w_app_cfg_t |
AWSIOT_W configuration parameters
| Data Fields | ||
|---|---|---|
| spi_flash_instance_t const * | p_flash_instance | Pointer to flash(ospi) instance. |
| void const * | p_context | User defined context passed into callback function. |
| void const * | p_extend | Pointer to extended configuration by instance of interface. |
| struct rm_awsiot_w_app_instance_t |
This structure encompasses everything that is needed to use an instance of this interface.
| Data Fields | ||
|---|---|---|
| awsiot_w_ctrl_t * | p_ctrl | Pointer to the control structure for this instance. |
| rm_awsiot_w_app_cfg_t const * | p_cfg | Pointer to the configuration structure for this instance. |
| awsiot_w_api_t const * | p_api | Pointer to the API structure for this instance. |