Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_exti.c52 #define _EXTI_HWCFGR1_NBEVENTS_MASK GENMASK_32(7, 0) macro
127 uint32_t bitfield = (exti->hwcfgr1 & _EXTI_HWCFGR1_NBEVENTS_MASK) >> in stm32_exti_nbevents()