Home
last modified time | relevance | path

Searched refs:BSP_INTERRUPT_ENABLE (Results 1 – 4 of 4) sorted by relevance

/hal_renesas-latest/zephyr/rz/rz_cfg/fsp_cfg/rzn/
Dr_icu_cfg.h12 #define ICU_CFG_MULTIPLEX_INTERRUPT_ENABLE BSP_INTERRUPT_ENABLE
Dr_sci_uart_cfg.h15 #define SCI_UART_CFG_MULTIPLEX_INTERRUPT_ENABLE BSP_INTERRUPT_ENABLE
/hal_renesas-latest/zephyr/rz/rz_cfg/fsp_cfg/bsp/rzn2l/
Dbsp_cfg.h29 #define BSP_CFG_MULTIPLEX_INTERRUPT_ENABLE BSP_INTERRUPT_ENABLE
/hal_renesas-latest/zephyr/rz/portable/rzn/
Dbsp_common.h231 #define BSP_INTERRUPT_ENABLE __enable_fiq() macro
236 #define BSP_INTERRUPT_ENABLE __asm volatile ("cpsie i"); \