Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_exti.c79 uint32_t hwcfgr1; member
119 uint32_t bitfield = (exti->hwcfgr1 & _EXTI_HWCFGR1_CIDWIDTH_MASK) >> in stm32_exti_maxcid()
127 uint32_t bitfield = (exti->hwcfgr1 & _EXTI_HWCFGR1_NBEVENTS_MASK) >> in stm32_exti_nbevents()
135 uint32_t bitfield = (exti->hwcfgr1 & _EXTI_HWCFGR1_NBCPUS_MASK) >> in stm32_exti_nbcpus()
768 exti->hwcfgr1 = io_read32(exti->base + _EXTI_HWCFGR1); in stm32_exti_probe()