Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h338 #define TCC_FCTRLA_QUAL_Pos 4 /**< \brief (TCC_FCTRLA) Fault A Qualification */ macro
339 #define TCC_FCTRLA_QUAL (_U(0x1) << TCC_FCTRLA_QUAL_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h3959 tmp = (tmp & TCC_FCTRLA_QUAL) >> TCC_FCTRLA_QUAL_Pos; in hri_tcc_get_FCTRLA_QUAL_bit()
3969 tmp |= value << TCC_FCTRLA_QUAL_Pos; in hri_tcc_write_FCTRLA_QUAL_bit()