Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h1077 #define TCC_STATUS_PERBUFV_Pos 7 /**< \brief (TCC_STATUS) Period Buffer Valid */ macro
1078 #define TCC_STATUS_PERBUFV (_U(0x1) << TCC_STATUS_PERBUFV_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h9620 return (((Tcc *)hw)->STATUS.reg & TCC_STATUS_PERBUFV) >> TCC_STATUS_PERBUFV_Pos; in hri_tcc_get_STATUS_PERBUFV_bit()