Home
last modified time | relevance | path

Searched refs:FLASH_HP_FCU_CONFIG_SET_BPS_SEL (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/flash/
Dflash_hp_ra_ex_op.c144 err = flash_hp_configuration_area_write(p_ctrl, FLASH_HP_FCU_CONFIG_SET_BPS_SEL); in flash_hp_set_block_protect_sel()
238 bps_val_sel[0] = *((uint32_t *)(FLASH_HP_FCU_CONFIG_SET_BPS_SEL + 0)); in R_FLASH_HP_BlockProtectGet()
239 bps_val_sel[1] = *((uint32_t *)(FLASH_HP_FCU_CONFIG_SET_BPS_SEL + 3)); in R_FLASH_HP_BlockProtectGet()
240 bps_val_sel[2] = *((uint32_t *)(FLASH_HP_FCU_CONFIG_SET_BPS_SEL + 7)); in R_FLASH_HP_BlockProtectGet()
241 bps_val_sel[3] = *((uint32_t *)(FLASH_HP_FCU_CONFIG_SET_BPS_SEL + 11)); in R_FLASH_HP_BlockProtectGet()
Dflash_hp_ra.h60 #define FLASH_HP_FCU_CONFIG_SET_BPS_SEL (0x0300A2C0U) macro