Home
last modified time | relevance | path

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

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_flash_api.h131 typedef void flash_ctrl_t; typedef
169 fsp_err_t (* open)(flash_ctrl_t * const p_ctrl, flash_cfg_t const * const p_cfg);
186 …fsp_err_t (* write)(flash_ctrl_t * const p_ctrl, uint32_t const src_address, uint32_t const flash_…
199 …fsp_err_t (* erase)(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_blocks…
217 …fsp_err_t (* blankCheck)(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_b…
228 fsp_err_t (* infoGet)(flash_ctrl_t * const p_ctrl, flash_info_t * const p_info);
237 fsp_err_t (* close)(flash_ctrl_t * const p_ctrl);
247 fsp_err_t (* statusGet)(flash_ctrl_t * const p_ctrl, flash_status_t * const p_status);
259 …fsp_err_t (* accessWindowSet)(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t con…
270 fsp_err_t (* accessWindowClear)(flash_ctrl_t * const p_ctrl);
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp_private_api.h30 ssp_err_t R_FLASH_LP_Open(flash_ctrl_t * const p_ctrl, flash_cfg_t const * const p_cfg) PLACE_IN_R…
31 ssp_err_t R_FLASH_LP_Write(flash_ctrl_t * const p_ctrl, uint32_t const src_address, uint32_t flash_…
32 ssp_err_t R_FLASH_LP_Read(flash_ctrl_t * const p_ctrl, uint8_t * p_dest_address, uint32_t const fla…
33 ssp_err_t R_FLASH_LP_Erase(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_…
35 ssp_err_t R_FLASH_LP_BlankCheck(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t num_b…
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 ssp_err_t R_FLASH_LP_AccessWindowSet(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32…
39 ssp_err_t R_FLASH_LP_AccessWindowClear(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION;
40 ssp_err_t R_FLASH_LP_IdCodeSet(flash_ctrl_t * const p_ctrl, uint8_t const * const p_id_code, flash_…
[all …]
H A Dr_flash_lp.c207 ssp_err_t R_FLASH_LP_Open (flash_ctrl_t * const p_api_ctrl, flash_cfg_t const * const p_cfg) in R_FLASH_LP_Open()
285 ssp_err_t R_FLASH_LP_Write (flash_ctrl_t * const p_api_ctrl, in R_FLASH_LP_Write()
329 ssp_err_t R_FLASH_LP_Read (flash_ctrl_t * const p_api_ctrl, uint8_t * p_dest_address, uint32_t con… in R_FLASH_LP_Read()
384 ssp_err_t R_FLASH_LP_Erase (flash_ctrl_t * const p_api_ctrl, uint32_t const address, uint32_t const… in R_FLASH_LP_Erase()
462 ssp_err_t R_FLASH_LP_BlankCheck (flash_ctrl_t * const p_api_ctrl, uint32_t const address, uint32_t … in R_FLASH_LP_BlankCheck()
511 ssp_err_t R_FLASH_LP_StatusGet (flash_ctrl_t * const p_api_ctrl) in R_FLASH_LP_StatusGet()
563 ssp_err_t R_FLASH_LP_AccessWindowSet (flash_ctrl_t * const p_api_ctrl, uint32_t const start_addr, in R_FLASH_LP_AccessWindowSet()
640 ssp_err_t R_FLASH_LP_AccessWindowClear (flash_ctrl_t * const p_api_ctrl) in R_FLASH_LP_AccessWindowClear()
703 ssp_err_t R_FLASH_LP_IdCodeSet (flash_ctrl_t * const p_api_ctrl, in R_FLASH_LP_IdCodeSet()
766 ssp_err_t R_FLASH_LP_Reset (flash_ctrl_t * const p_api_ctrl) in R_FLASH_LP_Reset()
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_flash_api.h138 typedef void flash_ctrl_t; typedef
172 ssp_err_t (* open)(flash_ctrl_t * const p_ctrl,
190 ssp_err_t (* write)(flash_ctrl_t * const p_ctrl,
205 ssp_err_t (* read)(flash_ctrl_t * const p_ctrl,
220 ssp_err_t (* erase)(flash_ctrl_t * const p_ctrl,
240 ssp_err_t (* blankCheck)(flash_ctrl_t * const p_ctrl,
253 ssp_err_t (* infoGet)(flash_ctrl_t * const p_ctrl,
263 ssp_err_t (* close)(flash_ctrl_t * const p_ctrl);
272 ssp_err_t (* statusGet)(flash_ctrl_t * const p_ctrl);
283 …ssp_err_t (* accessWindowSet)(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t co…
[all …]
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_flash_hp.h105 fsp_err_t R_FLASH_HP_Open(flash_ctrl_t * const p_api_ctrl, flash_cfg_t const * const p_cfg);
107 fsp_err_t R_FLASH_HP_Write(flash_ctrl_t * const p_api_ctrl,
112 fsp_err_t R_FLASH_HP_Erase(flash_ctrl_t * const p_api_ctrl, uint32_t const address, uint32_t const …
114 fsp_err_t R_FLASH_HP_BlankCheck(flash_ctrl_t * const p_api_ctrl,
119 fsp_err_t R_FLASH_HP_Close(flash_ctrl_t * const p_api_ctrl);
121 fsp_err_t R_FLASH_HP_StatusGet(flash_ctrl_t * const p_api_ctrl, flash_status_t * const p_status);
123 fsp_err_t R_FLASH_HP_AccessWindowSet(flash_ctrl_t * const p_api_ctrl, uint32_t const start_addr,
126 fsp_err_t R_FLASH_HP_AccessWindowClear(flash_ctrl_t * const p_api_ctrl);
128 fsp_err_t R_FLASH_HP_IdCodeSet(flash_ctrl_t * const p_api_ctrl,
132 fsp_err_t R_FLASH_HP_Reset(flash_ctrl_t * const p_api_ctrl);
[all …]
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/
H A Dr_flash_hp.c384 fsp_err_t R_FLASH_HP_Open (flash_ctrl_t * const p_api_ctrl, flash_cfg_t const * const p_cfg) in R_FLASH_HP_Open()
463 fsp_err_t R_FLASH_HP_Write (flash_ctrl_t * const p_api_ctrl, in R_FLASH_HP_Write()
530 fsp_err_t R_FLASH_HP_Erase (flash_ctrl_t * const p_api_ctrl, uint32_t const address, uint32_t const… in R_FLASH_HP_Erase()
643 fsp_err_t R_FLASH_HP_BlankCheck (flash_ctrl_t * const p_api_ctrl, in R_FLASH_HP_BlankCheck()
700 fsp_err_t R_FLASH_HP_StatusGet (flash_ctrl_t * const p_api_ctrl, flash_status_t * const p_status) in R_FLASH_HP_StatusGet()
744 fsp_err_t R_FLASH_HP_IdCodeSet (flash_ctrl_t * const p_api_ctrl, in R_FLASH_HP_IdCodeSet()
801 fsp_err_t R_FLASH_HP_AccessWindowSet (flash_ctrl_t * const p_api_ctrl, in R_FLASH_HP_AccessWindowSet()
855 fsp_err_t R_FLASH_HP_AccessWindowClear (flash_ctrl_t * const p_api_ctrl) in R_FLASH_HP_AccessWindowClear()
896 fsp_err_t R_FLASH_HP_Reset (flash_ctrl_t * const p_api_ctrl) in R_FLASH_HP_Reset()
935 fsp_err_t R_FLASH_HP_StartUpAreaSelect (flash_ctrl_t * const p_api_ctrl, in R_FLASH_HP_StartUpAreaSelect()
[all …]