Go to the documentation of this file.
4 #ifndef I2C_REF_APP_BREATHING_H_
5 #define I2C_REF_APP_BREATHING_H_
uint32_t i2c_ref_app_breathing_get_status(void)
Get ref app breathing status.
ref_app_breathing_config_t * i2c_ref_app_breathing_get_config(void)
Get ref app breathing configuration handle.
float i2c_ref_app_breathing_get_breathing_rate(void)
Get breathing rate.
ref_app_breathing_app_state_t i2c_ref_app_breathing_get_app_state(void)
Get app state.
uint32_t i2c_ref_app_breathing_get_counter(void)
Get measure counter.
bool i2c_ref_app_breathing_command(uint32_t command)
Send command to be executed to i2c ref app breathing.
uint32_t i2c_ref_app_breathing_get_frame_rate_mhz(void)
Get the actual frame rate for the current ref app breathing configuration.
uint32_t i2c_ref_app_breathing_get_result(void)
Get ref app breathing result.
Breathing application config container.
ref_app_breathing_app_state_t
State of the application.