Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1099 #define TCC_STATUS_CCBUFV2_Pos 18 /**< \brief (TCC_STATUS) Compare Channel 2 Buffer … macro
1100 #define TCC_STATUS_CCBUFV2 (1 << TCC_STATUS_CCBUFV2_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h9752 return (((Tcc *)hw)->STATUS.reg & TCC_STATUS_CCBUFV2) >> TCC_STATUS_CCBUFV2_Pos; in hri_tcc_get_STATUS_CCBUFV2_bit()