Motion module flash configuration.
More...
Motion module flash configuration.
uint32_t m_motion_flash_config_load |
( |
ble_tms_config_t ** |
p_config | ) |
|
Function for storing the configuration.
- Parameters
-
[out] | p_config | Pointer to loaded configuration. |
- Return values
-
NRF_SUCCESS | If initialization was successful. |
Other | codes from the underlying drivers. |
uint32_t m_motion_flash_config_store |
( |
ble_tms_config_t * |
p_config | ) |
|
Function for storing the configuration.
- Parameters
-
[in] | p_config | Pointer to configuration to be stored. |
- Return values
-
NRF_SUCCESS | If initialization was successful. |
NRF_ERROR_NULL | If a NULL pointer was supplied. |
Other | codes from the underlying drivers. |
uint32_t m_motion_flash_init |
( |
const ble_tms_config_t * |
p_default_config, |
|
|
ble_tms_config_t ** |
p_config |
|
) |
| |
Function for initializing weather station flash handling.
- Parameters
-
[in] | p_default_config | Pointer to default configuration. |
[out] | p_config | Pointer to current configuration. |
- Return values
-
NRF_SUCCESS | If initialization was successful. |
NRF_ERROR_NULL | If a NULL pointer was supplied. |
Other | codes from the underlying drivers. |