Home
last modified time | relevance | path

Searched defs:irq (Results 1 – 24 of 24) sorted by relevance

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/bsp/mcu/all/
H A Dbsp_irq.h54 __STATIC_INLINE void R_FSP_IsrContextSet (IRQn_Type const irq, void * p_context) in R_FSP_IsrContextSet()
70 __STATIC_INLINE void R_BSP_IrqStatusClear (IRQn_Type irq) in R_BSP_IrqStatusClear()
84 __STATIC_INLINE void R_BSP_IrqClearPending (IRQn_Type irq) in R_BSP_IrqClearPending()
104 __STATIC_INLINE void R_BSP_IrqCfg (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfg()
131 __STATIC_INLINE void R_BSP_IrqEnableNoClear (IRQn_Type const irq) in R_BSP_IrqEnableNoClear()
147 __STATIC_INLINE void R_BSP_IrqEnable (IRQn_Type const irq) in R_BSP_IrqEnable()
164 __STATIC_INLINE void R_BSP_IrqDisable (IRQn_Type const irq) in R_BSP_IrqDisable()
184 __STATIC_INLINE void R_BSP_IrqCfgEnable (IRQn_Type const irq, uint32_t priority, void * p_context) in R_BSP_IrqCfgEnable()
197 __STATIC_INLINE void * R_FSP_IsrContextGet (IRQn_Type const irq) in R_FSP_IsrContextGet()
H A Dbsp_group_irq.c59 static void bsp_group_irq_call (bsp_grp_irq_t irq) in bsp_group_irq_call()
85 fsp_err_t R_BSP_GroupIrqWrite (bsp_grp_irq_t irq, void (* p_callback)(bsp_grp_irq_t irq)) in R_BSP_GroupIrqWrite()
108 for (bsp_grp_irq_t irq = BSP_GRP_IRQ_IWDT_ERROR; irq <= BSP_GRP_IRQ_CACHE_PARITY; irq++) in NMI_Handler() local
H A Dbsp_mcu_api.h29 IRQn_Type irq; member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/s1ja/
H A Dbsp_group_irq.c77 ssp_err_t bsp_group_irq_call (bsp_grp_irq_t irq) in bsp_group_irq_call()
112 ssp_err_t R_BSP_GroupIrqWrite (bsp_grp_irq_t irq, void (* p_callback)(bsp_grp_irq_t irq)) in R_BSP_GroupIrqWrite()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/hw/common/
H A Dhw_dtc_common.h96 __STATIC_INLINE void HW_ICU_DTCEnable (R_ICU_Type * p_icu_regs, IRQn_Type irq) in HW_ICU_DTCEnable()
106 __STATIC_INLINE void HW_ICU_DTCDisable (R_ICU_Type * p_icu_regs, IRQn_Type irq) in HW_ICU_DTCDisable()
120 __STATIC_INLINE elc_event_t HW_DTC_ICUEventGet (R_ICU_Type * p_icu_regs, IRQn_Type irq) in HW_DTC_ICUEventGet()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c1463 …oid r_sci_irq_cfg (sci_uart_instance_ctrl_t * const p_ctrl, uint8_t const ipl, IRQn_Type const irq) in r_sci_irq_cfg()
1612 IRQn_Type irq = R_FSP_CurrentIrqGet(); in sci_uart_txi_isr() local
1710 IRQn_Type irq = R_FSP_CurrentIrqGet(); in sci_uart_rxi_isr() local
1840 IRQn_Type irq = R_FSP_CurrentIrqGet(); in sci_uart_tei_isr() local
1877 IRQn_Type irq = R_FSP_CurrentIrqGet(); in sci_uart_eri_isr() local
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_gpt/
H A Dr_gpt.c1497 static void r_gpt_disable_irq (IRQn_Type irq) in r_gpt_disable_irq()
1514 static void r_gpt_enable_irq (IRQn_Type const irq, uint32_t priority, void * p_context) in r_gpt_enable_irq()
1739 IRQn_Type irq = R_FSP_CurrentIrqGet(); in r_gpt_capture_common_isr() local
1780 IRQn_Type irq = R_FSP_CurrentIrqGet(); in gpt_counter_overflow_isr() local
1825 IRQn_Type irq = R_FSP_CurrentIrqGet(); in gpt_counter_underflow_isr() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/
H A Dr_dtc.c189 IRQn_Type irq = dtc_irq_lookup(p_cfg->activation_source); in R_DTC_Open() local
461 IRQn_Type irq = (IRQn_Type) (status & 0x00FF); in R_DTC_InfoGet() local
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_dtc.h70 IRQn_Type irq; // Transfer activation IRQ number. member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/instances/
H A Dr_flash_lp.h73 IRQn_Type irq; ///< Flash ready interrupt number member
H A Dr_dtc.h73 IRQn_Type irq; ///< Transfer activation IRQ, does not apply to all HAL drivers. member
H A Dr_gpt.h132 IRQn_Type irq; ///< Counter overflow IRQ number member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_transfer_api.h202 transfer_irq_t irq : 1; member
232 transfer_irq_t irq : 1; member
H A Dr_flash_api.h152 IRQn_Type irq; ///< Flash ready interrupt number member
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/bsp/mcu/all/
H A Dbsp_irq.c90 void R_BSP_IrqStatusClear (IRQn_Type irq) in R_BSP_IrqStatusClear()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp.c98 ssp_err_t HW_FLASH_LP_irq_cfg (bool state, flash_cfg_t const * const p_cfg, IRQn_Type irq) in HW_FLASH_LP_irq_cfg()
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Core_A/Source/
H A Dirq_ctrl_gic.c277 IRQn_Type irq = (IRQn_Type)irqn; in IRQ_EndOfInterrupt() local
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_dtc/
H A Dr_dtc.c163 IRQn_Type irq = p_dtc_cfg->activation_source; in R_DTC_Open() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_fmi_api.h118 IRQn_Type irq; member
H A Dr_transfer_api.h199 transfer_irq_t irq : 1; member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/
H A Dr_flash_hp.c2383 IRQn_Type irq = R_FSP_CurrentIrqGet(); in fcu_fiferr_isr() local
2446 IRQn_Type irq = R_FSP_CurrentIrqGet(); in fcu_frdyi_isr() local
/btstack/chipset/sx128x/SMTC_Drivers/sx1280-driver-c/
H A Dsx1280.c545 void SX1280ClearIrqStatus( uint16_t irq ) in SX1280ClearIrqStatus()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart.c1157 IRQn_Type irq = event_info.irq; in r_sci_irq_cfg() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/
H A Dssp_features.h442 __STATIC_INLINE void R_SSP_VectorInfoGet(IRQn_Type const irq, ssp_vector_info_t ** pp_vector_info) in R_SSP_VectorInfoGet()