Searched refs:region (Results 1 – 4 of 4) sorted by relevance
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/mcu/all/ |
D | bsp_tzc400.c | 33 #define BSP_TZC400_REGION(module, region) \ argument 35 BSP_CFG_TZC400_ ## module ## _REGION_ID_ACCESS_NSAID_RD_EN_ ## region, \ 36 BSP_CFG_TZC400_ ## module ## _REGION_ID_ACCESS_NSAID_WR_EN_ ## region, \ 37 BSP_CFG_TZC400_ ## module ## _REGION_ATTR_S_RD_EN_ ## region, \ 38 BSP_CFG_TZC400_ ## module ## _REGION_ATTR_S_WR_EN_ ## region, \ 39 BSP_CFG_TZC400_ ## module ## _REGION_ATTR_FILTER_UNIT_ ## region, \ 73 bsp_tzc400_region_cfg_data_t region[BSP_TZC_400_MAX_REGION_SUPPORT]; member 131 *p_reg = (uint32_t) ((g_bsp_tzc_module_cfg_data[tzc400module].region[0].attr_rd_en << 30) | in bsp_tzc_400_cfg() 132 (g_bsp_tzc_module_cfg_data[tzc400module].region[0].attr_wr_en << 31) | in bsp_tzc_400_cfg() 133 (g_bsp_tzc_module_cfg_data[tzc400module].region[0].attr_filter)); in bsp_tzc_400_cfg() [all …]
|
D | bsp_io.h | 442 __STATIC_INLINE void R_BSP_PinSet (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinSet() argument 445 if (region == BSP_IO_REGION_NOT_SAFE_DEDICATED) in R_BSP_PinSet() 457 ((R_PORT_COMMON_Type *) (BSP_FEATURE_BSP_IO_SELECTABLE_NON_SAFETY_BASE + region))->P[pin >> in R_BSP_PinSet() 469 __STATIC_INLINE void R_BSP_PinClear (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinClear() argument 472 if (region == BSP_IO_REGION_NOT_SAFE_DEDICATED) in R_BSP_PinClear() 484 ((R_PORT_COMMON_Type *) (BSP_FEATURE_BSP_IO_SELECTABLE_NON_SAFETY_BASE + region))->P[pin >> in R_BSP_PinClear() 496 __STATIC_INLINE void R_BSP_PinToggle (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_PinToggle() argument 499 if (region == BSP_IO_REGION_NOT_SAFE_DEDICATED) in R_BSP_PinToggle() 511 ((R_PORT_COMMON_Type *) (BSP_FEATURE_BSP_IO_SELECTABLE_NON_SAFETY_BASE + region))->P[pin >> in R_BSP_PinToggle() 525 __STATIC_INLINE uint32_t R_BSP_FastPinRead (bsp_io_region_t region, bsp_io_port_pin_t pin) in R_BSP_FastPinRead() argument [all …]
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/cr/ |
D | system_core.c | 527 void bsp_mpu_init(uint32_t region, uint32_t base, uint32_t limit); 583 uint32_t region; in bsp_memory_protect_setting() local 614 for (region = 0; region < EL1_MPU_REGION_COUNT; region++) in bsp_memory_protect_setting() 616 base_address = g_bsp_el1_mpu[region].base; in bsp_memory_protect_setting() 617 limit_address = g_bsp_el1_mpu[region].limit; in bsp_memory_protect_setting() 624 (g_bsp_el1_mpu[region].limit & EL1_MPU_REGION_ATTRIBUTE_MASK); in bsp_memory_protect_setting() 630 (g_bsp_el1_mpu[region].base & EL1_MPU_REGION_ATTRIBUTE_MASK); in bsp_memory_protect_setting() 638 bsp_mpu_init(region, base_address, limit_address); in bsp_memory_protect_setting() 661 void bsp_mpu_init (uint32_t region, uint32_t base, uint32_t limit) in bsp_mpu_init() argument 664 __set_PRSELR(region); in bsp_mpu_init()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/bsp/cmsis/Device/RENESAS/Source/ |
D | system.c | 24 region) (((BSP_CFG_MPU ## master ## _STADD ## region) &~ \ argument 26 (((BSP_CFG_MPU ## master ## _STADD ## region) & \ 28 (BSP_CFG_MPU ## master ## _WRITE ## region << 1) | \ 29 BSP_CFG_MPU ## master ## _READ ## region) 32 region) ((BSP_CFG_MPU ## master ## _ENDADD ## region) &~ \ argument 34 (((BSP_CFG_MPU ## master ## _ENDADD ## region) & \
|