Home
last modified time | relevance | path

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

/loramac-node-2.7.6/src/boards/mcu/saml21/hri/
Dhri_eic_l21.h210 hri_eic_wait_for_sync(hw, EIC_SYNCBUSY_SWRST | EIC_SYNCBUSY_ENABLE); in hri_eic_set_CTRLA_ENABLE_bit()
218 hri_eic_wait_for_sync(hw, EIC_SYNCBUSY_SWRST | EIC_SYNCBUSY_ENABLE); in hri_eic_get_CTRLA_ENABLE_bit()
228 hri_eic_wait_for_sync(hw, EIC_SYNCBUSY_SWRST | EIC_SYNCBUSY_ENABLE); in hri_eic_write_CTRLA_ENABLE_bit()
239 hri_eic_wait_for_sync(hw, EIC_SYNCBUSY_SWRST | EIC_SYNCBUSY_ENABLE); in hri_eic_clear_CTRLA_ENABLE_bit()
247 hri_eic_wait_for_sync(hw, EIC_SYNCBUSY_SWRST | EIC_SYNCBUSY_ENABLE); in hri_eic_toggle_CTRLA_ENABLE_bit()
1445 return (((Eic *)hw)->SYNCBUSY.reg & EIC_SYNCBUSY_ENABLE) >> EIC_SYNCBUSY_ENABLE_Pos; in hri_eic_get_SYNCBUSY_ENABLE_bit()
/loramac-node-2.7.6/src/boards/mcu/saml21/saml21b/include/component/
Deic.h139 #define EIC_SYNCBUSY_ENABLE (_U(0x1) << EIC_SYNCBUSY_ENABLE_Pos) macro