Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h207 #define TCC_CTRLBSET_DIR_Pos 0 /**< \brief (TCC_CTRLBSET) Counter Direction */ macro
208 #define TCC_CTRLBSET_DIR (_U(0x1) << TCC_CTRLBSET_DIR_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h2476 return (((Tcc *)hw)->CTRLBSET.reg & TCC_CTRLBSET_DIR) >> TCC_CTRLBSET_DIR_Pos; in hri_tcc_get_CTRLB_DIR_bit()