Searched refs:PLACE_IN_RAM_SECTION (Results 1 – 11 of 11) sorted by relevance
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/ |
H A D | r_flash_lp_private_api.h | 30 …_FLASH_LP_Open(flash_ctrl_t * const p_ctrl, flash_cfg_t const * const p_cfg) PLACE_IN_RAM_SECTION; 31 …uint32_t const src_address, uint32_t flash_address, uint32_t const num_bytes) PLACE_IN_RAM_SECTION; 32 …t8_t * p_dest_address, uint32_t const flash_address, uint32_t const num_bytes)PLACE_IN_RAM_SECTION; 33 …ash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_blocks) PLACE_IN_RAM_SECTION; 35 …nt32_t const address, uint32_t num_bytes, flash_result_t *blank_check_result) PLACE_IN_RAM_SECTION; 36 ssp_err_t R_FLASH_LP_Close(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 37 ssp_err_t R_FLASH_LP_StatusGet(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 38 …sh_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t const end_addr) PLACE_IN_RAM_SECTION; 39 ssp_err_t R_FLASH_LP_AccessWindowClear(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 40 …t * const p_ctrl, uint8_t const * const p_id_code, flash_id_code_mode_t mode) PLACE_IN_RAM_SECTION; [all …]
|
H A D | r_flash_lp.c | 78 static ssp_err_t flash_lock_state (flash_states_t new_state) PLACE_IN_RAM_SECTION; 81 …e_ctrl_t * const p_ctrl, flash_type_t flash_type, flash_states_t flash_state) PLACE_IN_RAM_SECTION; 84 static ssp_err_t flash_setup (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 90 …ash_blank_check_address_checking (uint32_t const address, uint32_t num_bytes) PLACE_IN_RAM_SECTION; 93 …32_t const address, uint32_t num_bytes, flash_result_t *p_blank_check_result) PLACE_IN_RAM_SECTION; 96 …h_operation_complete (flash_lp_instance_ctrl_t * const p_ctrl, ssp_err_t err) PLACE_IN_RAM_SECTION; 99 …2_t const src_start_address, uint32_t dest_start_address, uint32_t num_bytes) PLACE_IN_RAM_SECTION; 105 …ance_ctrl_t * const p_ctrl, uint32_t flash_address, uint32_t const num_bytes) PLACE_IN_RAM_SECTION; 108 …checking (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const num_blocks) PLACE_IN_RAM_SECTION; 111 …p_instance_ctrl_t * const p_ctrl, uint32_t const address, uint32_t num_bytes) PLACE_IN_RAM_SECTION;
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/ |
H A D | hw_codeflash.h | 68 …HW_FLASH_LP_codeflash_enter_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 71 …_FLASH_LP_codeflash_enter_read_mode (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 75 uint32_t block_size) PLACE_IN_RAM_SECTION; 78 uint32_t block_size) PLACE_IN_RAM_SECTION; 80 …_erase_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t block_size) PLACE_IN_RAM_SECTION; 85 uint32_t min_program_size) PLACE_IN_RAM_SECTION; 89 … uint32_t min_program_size) PLACE_IN_RAM_SECTION; 91 …_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t min_program_size) PLACE_IN_RAM_SECTION; 93 …nstance_ctrl_t * const p_ctrl, const uint32_t start_addr, uint32_t num_bytes) PLACE_IN_RAM_SECTION; 95 …nstance_ctrl_t * const p_ctrl, const uint32_t start_addr, uint32_t num_bytes) PLACE_IN_RAM_SECTION; [all …]
|
H A D | hw_codeflash_extra.h | 63 …ce_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t const end_addr) PLACE_IN_RAM_SECTION; 66 …t HW_FLASH_LP_access_window_clear (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 69 …flash_lp_instance_ctrl_t * const p_ctrl, flash_startup_area_swap_t swap_type) PLACE_IN_RAM_SECTION; 72 …flash_lp_instance_ctrl_t * const p_ctrl, flash_startup_area_swap_t swap_type) PLACE_IN_RAM_SECTION; 77 … flash_id_code_mode_t mode) PLACE_IN_RAM_SECTION; 82 r_flash_command_t command) PLACE_IN_RAM_SECTION; 85 ssp_err_t HW_FLASH_LP_extra_check (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 87 …LP_set_startup_area (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t value) PLACE_IN_RAM_SECTION;
|
H A D | hw_flash_common.h | 54 void HW_FLASH_LP_delay_us (uint32_t us, uint32_t mhz) PLACE_IN_RAM_SECTION;
|
H A D | hw_flash_common.c | 59 BSP_ATTRIBUTE_STACKLESS static void HW_FLASH_LP_delay_loop (uint32_t n) PLACE_IN_RAM_SECTION;
|
H A D | hw_codeflash.c | 48 …odeflash_write_fpmcr (flash_lp_instance_ctrl_t * const p_ctrl, uint8_t value) PLACE_IN_RAM_SECTION;
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/ |
H A D | hw_flash_lp_private.h | 157 …FLASH_LP_irq_cfg (bool state, flash_cfg_t const * const p_cfg, IRQn_Type irq) PLACE_IN_RAM_SECTION; 160 …_instance_ctrl_t * const p_ctrl, current_parameters_t * p_current_parameters) PLACE_IN_RAM_SECTION; 163 …mode_enter (flash_lp_instance_ctrl_t * const p_ctrl, flash_type_t flash_type) PLACE_IN_RAM_SECTION; 166 ssp_err_t HW_FLASH_LP_pe_mode_exit (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 169 …nst p_ctrl, uint32_t block_address, uint32_t num_blocks, uint32_t block_size) PLACE_IN_RAM_SECTION; 175 uint32_t min_program_size) PLACE_IN_RAM_SECTION; 179 flash_result_t * result) PLACE_IN_RAM_SECTION; 182 void HW_FLASH_LP_reset (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; 185 ssp_err_t HW_FLASH_HP_stop (void) PLACE_IN_RAM_SECTION; 188 void flash_ReleaseState (void) PLACE_IN_RAM_SECTION; [all …]
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/ |
H A D | r_flash_hp.h | 51 #define PLACE_IN_RAM_SECTION __attribute__((noinline)) BSP_PLACE_IN_SECTION(".code_in_ram") macro 53 #define PLACE_IN_RAM_SECTION BSP_PLACE_IN_SECTION(".code_in_ram") 56 #define PLACE_IN_RAM_SECTION
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/instances/ |
H A D | r_flash_lp.h | 58 #define PLACE_IN_RAM_SECTION BSP_PLACE_IN_SECTION_V2(".code_in_ram") macro 60 #define PLACE_IN_RAM_SECTION
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/ |
H A D | r_flash_hp.c | 261 static fsp_err_t flash_hp_pe_mode_exit() PLACE_IN_RAM_SECTION; 263 static fsp_err_t flash_hp_reset(flash_hp_instance_ctrl_t * p_ctrl) PLACE_IN_RAM_SECTION; 265 static fsp_err_t flash_hp_stop(void) PLACE_IN_RAM_SECTION; 267 static fsp_err_t flash_hp_status_clear() PLACE_IN_RAM_SECTION; 270 uint32_t timeout) PLACE_IN_RAM_SECTION; 273 uint32_t timeout) PLACE_IN_RAM_SECTION; 276 fsp_err_t return_error) PLACE_IN_RAM_SECTION; 296 … uint32_t fsaddr) PLACE_IN_RAM_SECTION; 299 uint32_t end_addr) PLACE_IN_RAM_SECTION; 301 static fsp_err_t flash_hp_cf_write(flash_hp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION; [all …]
|