Home
last modified time | relevance | path

Searched refs:HW_FLASH_LP_codeflash_write_fpmcr (Results 1 – 1 of 1) 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.c48 static void HW_FLASH_LP_codeflash_write_fpmcr (flash_lp_instance_ctrl_t * const p_ctrl, uint8_t v…
72 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_1); in HW_FLASH_LP_codeflash_enter_pe_mode()
79 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_2); in HW_FLASH_LP_codeflash_enter_pe_mode()
80 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, CODEFLASH_PE_MODE); in HW_FLASH_LP_codeflash_enter_pe_mode()
87 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_2 | LVPE_MODE); in HW_FLASH_LP_codeflash_enter_pe_mode()
88 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, CODEFLASH_PE_MODE | LVPE_MODE); in HW_FLASH_LP_codeflash_enter_pe_mode()
113 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_2); in HW_FLASH_LP_codeflash_enter_read_mode()
118 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_1); in HW_FLASH_LP_codeflash_enter_read_mode()
119 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, READ_MODE); in HW_FLASH_LP_codeflash_enter_read_mode()
596 static void HW_FLASH_LP_codeflash_write_fpmcr (flash_lp_instance_ctrl_t * const p_ctrl, uint8_t val… in HW_FLASH_LP_codeflash_write_fpmcr() function