Home
last modified time | relevance | path

Searched refs:system_clock_freq (Results 1 – 6 of 6) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_codeflash.c75 HW_FLASH_LP_delay_us(WAIT_TDIS, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_codeflash_enter_pe_mode()
83 HW_FLASH_LP_delay_us(WAIT_TMS_HIGH, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_codeflash_enter_pe_mode()
91 HW_FLASH_LP_delay_us(WAIT_TMS_MID, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_codeflash_enter_pe_mode()
116 HW_FLASH_LP_delay_us(WAIT_TDIS, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_codeflash_enter_read_mode()
122 HW_FLASH_LP_delay_us(WAIT_TMS_HIGH, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_codeflash_enter_read_mode()
H A Dhw_dataflash.c71 HW_FLASH_LP_delay_us(WAIT_TDSTOP, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_dataflash_enable()
95 HW_FLASH_LP_delay_us(WAIT_TDSTOP, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_dataflash_enter_pe_mode()
128 HW_FLASH_LP_delay_us(WAIT_TMS_HIGH, gp_flash_settings->system_clock_freq); in HW_FLASH_LP_dataflash_enter_read_mode()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp.c154 …uint32_t system_clock_freq_mhz = (gp_flash_parameters->system_clock_freq + (R_FLASH_LP_HZ_IN_MHZ -… in HW_FLASH_LP_init()
157 …gp_flash_parameters->system_clock_freq = gp_flash_parameters->system_clock_freq / 1000000; // Scal… in HW_FLASH_LP_init()
H A Dhw_flash_lp_private.h116 uint32_t system_clock_freq; ///< System clock frequency in Hz member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_cgc/
H A Dr_cgc.c2051 uint32_t system_clock_freq; in r_cgc_delay_cycles() local
2053 system_clock_freq = r_cgc_clock_hzget(p_system_reg, CGC_SYSTEM_CLOCKS_ICLK); in r_cgc_delay_cycles()
2057 delay_count = ((system_clock_freq / clock_freq_in) * cycles); in r_cgc_delay_cycles()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c1183 …= g_cgc_on_cgc.systemClockFreqGet(CGC_SYSTEM_CLOCKS_ICLK, &g_current_parameters.system_clock_freq); in flash_setup()