FreeRTOS port on GAP8/RISC-V
|
Data Fields | |
struct pi_ffc_itf_data_s * | itf_data |
pi_ffc_fixed_type_e | fixed_type |
uint32_t | fixed_scale |
uint32_t | fixed_precision |
pi_ffc_float_type_e | float_type |
pi_ffc_mode_e | mode |
uint32_t pi_ffc_data_t::fixed_precision |
Referenced by __pi_ffc_conf_apply(), and pi_ffc_open().
uint32_t pi_ffc_data_t::fixed_scale |
Referenced by __pi_ffc_conf_apply(), and pi_ffc_open().
pi_ffc_fixed_type_e pi_ffc_data_t::fixed_type |
Referenced by __pi_ffc_conf_apply(), __pi_ffc_conversion_start(), and pi_ffc_open().
pi_ffc_float_type_e pi_ffc_data_t::float_type |
Referenced by __pi_ffc_conf_apply(), __pi_ffc_conversion_start(), and pi_ffc_open().
struct pi_ffc_itf_data_s* pi_ffc_data_t::itf_data |
Referenced by pi_ffc_close(), pi_ffc_convert_async(), and pi_ffc_open().
pi_ffc_mode_e pi_ffc_data_t::mode |
Referenced by __pi_ffc_conf_apply(), __pi_ffc_conversion_start(), and pi_ffc_open().