Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hpl/eic/
Dhpl_eic.c141 … (CONF_EIC_FILTEN0 << EIC_CONFIG_FILTEN0_Pos) | EIC_CONFIG_SENSE0(CONF_EIC_SENSE0) in _ext_irq_init()
160 … (CONF_EIC_FILTEN8 << EIC_CONFIG_FILTEN0_Pos) | EIC_CONFIG_SENSE0(CONF_EIC_SENSE8) in _ext_irq_init()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/saml21b/include/component/
Deic.h280 #define EIC_CONFIG_FILTEN0_Pos 3 /**< \brief (EIC_CONFIG) Filter Enable 0 */ macro
281 #define EIC_CONFIG_FILTEN0 (_U(0x1) << EIC_CONFIG_FILTEN0_Pos)
/loramac-node-3.6.0-3.5.0/src/boards/mcu/saml21/hri/
Dhri_eic_l21.h695 tmp = (tmp & EIC_CONFIG_FILTEN0) >> EIC_CONFIG_FILTEN0_Pos; in hri_eic_get_CONFIG_FILTEN0_bit()
705 tmp |= value << EIC_CONFIG_FILTEN0_Pos; in hri_eic_write_CONFIG_FILTEN0_bit()