Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h4128 ((TalCtis *)hw)->CTICTRLA.reg |= TAL_CTICTRLA_ACTION(mask); in hri_talctis_set_CTICTRLA_ACTION_bf()
4137 tmp = (tmp & TAL_CTICTRLA_ACTION(mask)) >> TAL_CTICTRLA_ACTION_Pos; in hri_talctis_get_CTICTRLA_ACTION_bf()
4147 tmp |= TAL_CTICTRLA_ACTION(data); in hri_talctis_write_CTICTRLA_ACTION_bf()
4155 ((TalCtis *)hw)->CTICTRLA.reg &= ~TAL_CTICTRLA_ACTION(mask); in hri_talctis_clear_CTICTRLA_ACTION_bf()
4162 ((TalCtis *)hw)->CTICTRLA.reg ^= TAL_CTICTRLA_ACTION(mask); in hri_talctis_toggle_CTICTRLA_ACTION_bf()
4460 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg |= TAL_CTICTRLA_ACTION(mask); in hri_tal_set_CTICTRLA_ACTION_bf()
4469 tmp = (tmp & TAL_CTICTRLA_ACTION(mask)) >> TAL_CTICTRLA_ACTION_Pos; in hri_tal_get_CTICTRLA_ACTION_bf()
4480 tmp |= TAL_CTICTRLA_ACTION(data); in hri_tal_write_CTICTRLA_ACTION_bf()
4489 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg &= ~TAL_CTICTRLA_ACTION(mask); in hri_tal_clear_CTICTRLA_ACTION_bf()
4497 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg ^= TAL_CTICTRLA_ACTION(mask); in hri_tal_toggle_CTICTRLA_ACTION_bf()
/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h295 #define TAL_CTICTRLA_ACTION(value) (TAL_CTICTRLA_ACTION_Msk & ((value) << TAL_CTICTRLA_ACTION_Pos)) macro