Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h619 #define TCC_DRVCTRL_NRV0_Pos 8 /**< \brief (TCC_DRVCTRL) Non-Recoverable State 0 … macro
620 #define TCC_DRVCTRL_NRV0 (1 << TCC_DRVCTRL_NRV0_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h5658 tmp = (tmp & TCC_DRVCTRL_NRV0) >> TCC_DRVCTRL_NRV0_Pos; in hri_tcc_get_DRVCTRL_NRV0_bit()
5668 tmp |= value << TCC_DRVCTRL_NRV0_Pos; in hri_tcc_write_DRVCTRL_NRV0_bit()