Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h208 ((Tal *)hw)->CTRLA.reg |= TAL_CTRLA_ENABLE; in hri_tal_set_CTRLA_ENABLE_bit()
216 tmp = (tmp & TAL_CTRLA_ENABLE) >> TAL_CTRLA_ENABLE_Pos; in hri_tal_get_CTRLA_ENABLE_bit()
225 tmp &= ~TAL_CTRLA_ENABLE; in hri_tal_write_CTRLA_ENABLE_bit()
234 ((Tal *)hw)->CTRLA.reg &= ~TAL_CTRLA_ENABLE; in hri_tal_clear_CTRLA_ENABLE_bit()
241 ((Tal *)hw)->CTRLA.reg ^= TAL_CTRLA_ENABLE; in hri_tal_toggle_CTRLA_ENABLE_bit()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h59 #define TAL_CTRLA_ENABLE (_U(0x1) << TAL_CTRLA_ENABLE_Pos) macro