Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h633 #define TCC_DRVCTRL_NRV7_Pos 15 /**< \brief (TCC_DRVCTRL) Non-Recoverable State 7 … macro
634 #define TCC_DRVCTRL_NRV7 (1 << TCC_DRVCTRL_NRV7_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h5938 tmp = (tmp & TCC_DRVCTRL_NRV7) >> TCC_DRVCTRL_NRV7_Pos; in hri_tcc_get_DRVCTRL_NRV7_bit()
5948 tmp |= value << TCC_DRVCTRL_NRV7_Pos; in hri_tcc_write_DRVCTRL_NRV7_bit()