Searched refs:p_id_code (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 D | hw_codeflash_extra.c | 180 uint8_t const * const p_id_code, in HW_FLASH_LP_set_id_code() argument 217 p_faci_reg->FWBL0 = (uint32_t)(p_id_code[i] | ((uint32_t)p_id_code[i+1] << 8)); in HW_FLASH_LP_set_id_code() 220 … p_faci_reg->FWBH0 = (uint32_t)(p_id_code[i+2] | ((uint32_t)p_id_code[i+3] << 8)) | mode_mask; in HW_FLASH_LP_set_id_code() 224 p_faci_reg->FWBH0 = (uint32_t)(p_id_code[i+2] | ((uint32_t)p_id_code[i+3] << 8)); in HW_FLASH_LP_set_id_code()
|
H A D | hw_codeflash_extra.h | 76 uint8_t const * const p_id_code,
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/ |
H A D | r_flash_hp.c | 322 uint8_t const * const p_id_code, 745 uint8_t const * const p_id_code, in R_FLASH_HP_IdCodeSet() argument 756 FSP_ASSERT(((uint32_t) p_id_code) > BSP_ROM_SIZE_BYTES); in R_FLASH_HP_IdCodeSet() 764 err = flash_hp_set_id_code(p_ctrl, p_id_code, mode); in R_FLASH_HP_IdCodeSet() 769 FSP_PARAMETER_NOT_USED(p_id_code); in R_FLASH_HP_IdCodeSet() 2277 uint8_t const * const p_id_code, in flash_hp_set_id_code() argument 2280 uint32_t * temp = (uint32_t *) p_id_code; in flash_hp_set_id_code()
|
/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 | 40 ssp_err_t R_FLASH_LP_IdCodeSet(flash_ctrl_t * const p_ctrl, uint8_t const * const p_id_code, flash_…
|
H A D | r_flash_lp.c | 704 uint8_t const * const p_id_code, in R_FLASH_LP_IdCodeSet() argument 715 SSP_ASSERT(NULL != p_id_code); in R_FLASH_LP_IdCodeSet() 726 err = HW_FLASH_LP_set_id_code(p_ctrl, p_id_code, mode); in R_FLASH_LP_IdCodeSet() 747 SSP_PARAMETER_NOT_USED(p_id_code); in R_FLASH_LP_IdCodeSet()
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/ |
H A D | r_flash_hp.h | 129 uint8_t const * const p_id_code,
|