![]() |
RAFW Flexible Software Package Documentation
Release v2.0.1
|
|
Functions | |
| fsp_err_t | RM_MATTER_WIFI_Open (matter_ctrl_t *const p_ctrl, rm_matter_app_cfg_t const *const p_cfg) |
| fsp_err_t | RM_MATTER_WIFI_Close (matter_ctrl_t *const p_ctrl) |
| fsp_err_t RM_MATTER_WIFI_Open | ( | matter_ctrl_t *const | p_ctrl, |
| rm_matter_app_cfg_t const *const | p_cfg | ||
| ) |
Configure and start the MATTER. Implements matter_api_t::open.
This function should only be called once. The subsequent calls will have no effect.
Example:
| FSP_SUCCESS | Matter successfully configured. |
| FSP_ERR_ASSERTION | Null pointer, or one or more configuration options is invalid. |
| FSP_ERR_ALREADY_OPEN | Module is already open. This module can only be opened once. |
| fsp_err_t RM_MATTER_WIFI_Close | ( | matter_ctrl_t *const | p_ctrl | ) |
Configure and start the MATTER. Implements matter_api_t::close.
This function should only be called once. The subsequent calls will have no effect.
Example:
| FSP_SUCCESS | Matter successfully configured. |
| FSP_ERR_ASSERTION | Null pointer, or one or more configuration options is invalid. |
| FSP_ERR_ALREADY_OPEN | Module is already open. This module can only be opened once. |