Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h211 #define TCC_CTRLBSET_ONESHOT_Pos 2 /**< \brief (TCC_CTRLBSET) One-Shot */ macro
212 #define TCC_CTRLBSET_ONESHOT (_U(0x1) << TCC_CTRLBSET_ONESHOT_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h2524 return (((Tcc *)hw)->CTRLBSET.reg & TCC_CTRLBSET_ONESHOT) >> TCC_CTRLBSET_ONESHOT_Pos; in hri_tcc_get_CTRLB_ONESHOT_bit()