Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tal_l21.h4088 ((TalCtis *)hw)->CTICTRLA.reg |= TAL_CTICTRLA_RESTART; in hri_talctis_set_CTICTRLA_RESTART_bit()
4096 tmp = (tmp & TAL_CTICTRLA_RESTART) >> TAL_CTICTRLA_RESTART_Pos; in hri_talctis_get_CTICTRLA_RESTART_bit()
4105 tmp &= ~TAL_CTICTRLA_RESTART; in hri_talctis_write_CTICTRLA_RESTART_bit()
4114 ((TalCtis *)hw)->CTICTRLA.reg &= ~TAL_CTICTRLA_RESTART; in hri_talctis_clear_CTICTRLA_RESTART_bit()
4121 ((TalCtis *)hw)->CTICTRLA.reg ^= TAL_CTICTRLA_RESTART; in hri_talctis_toggle_CTICTRLA_RESTART_bit()
4419 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg |= TAL_CTICTRLA_RESTART; in hri_tal_set_CTICTRLA_RESTART_bit()
4427 tmp = (tmp & TAL_CTICTRLA_RESTART) >> TAL_CTICTRLA_RESTART_Pos; in hri_tal_get_CTICTRLA_RESTART_bit()
4436 tmp &= ~TAL_CTICTRLA_RESTART; in hri_tal_write_CTICTRLA_RESTART_bit()
4445 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg &= ~TAL_CTICTRLA_RESTART; in hri_tal_clear_CTICTRLA_RESTART_bit()
4452 ((Tal *)hw)->Ctis[submodule_index].CTICTRLA.reg ^= TAL_CTICTRLA_RESTART; in hri_tal_toggle_CTICTRLA_RESTART_bit()
/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtal.h303 #define TAL_CTICTRLA_RESTART (_U(0x1) << TAL_CTICTRLA_RESTART_Pos) macro