FreeRTOS port on GAP8/RISC-V
|
Data Fields | |
struct { | |
uint32_t mult_factor:16 | |
uint32_t dco_input:10 | |
uint32_t clock_out_divider:4 | |
uint32_t output_lock_enable:1 | |
uint32_t mode:1 | |
}; | |
uint32_t | raw |
struct { | |
uint32_t mult_factor:16 | |
uint32_t dco_input:10 | |
uint32_t clock_out_divider:4 | |
uint32_t output_lock_enable:1 | |
uint32_t mode:1 | |
}; | |
struct { ... } |
struct { ... } |
uint32_t fll_ctrl_conf1_t::clock_out_divider |
Referenced by hal_fll_conf1_div_get(), hal_fll_conf1_mult_div_update(), and pi_fll_frequency_set().
uint32_t fll_ctrl_conf1_t::dco_input |
uint32_t fll_ctrl_conf1_t::mode |
Referenced by pi_fll_frequency_set(), and pi_fll_init().
uint32_t fll_ctrl_conf1_t::mult_factor |
Referenced by hal_fll_conf1_mult_div_update(), hal_fll_conf1_mult_get(), and pi_fll_frequency_set().
uint32_t fll_ctrl_conf1_t::output_lock_enable |
Referenced by pi_fll_frequency_set().
uint32_t fll_ctrl_conf1_t::raw |