Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h351 #define TCC_FCTRLA_RESTART_Pos 7 /**< \brief (TCC_FCTRLA) Fault A Restart */ macro
352 #define TCC_FCTRLA_RESTART (_U(0x1) << TCC_FCTRLA_RESTART_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h3999 tmp = (tmp & TCC_FCTRLA_RESTART) >> TCC_FCTRLA_RESTART_Pos; in hri_tcc_get_FCTRLA_RESTART_bit()
4009 tmp |= value << TCC_FCTRLA_RESTART_Pos; in hri_tcc_write_FCTRLA_RESTART_bit()