Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h629 #define TCC_DRVCTRL_NRV5_Pos 13 /**< \brief (TCC_DRVCTRL) Non-Recoverable State 5 … macro
630 #define TCC_DRVCTRL_NRV5 (1 << TCC_DRVCTRL_NRV5_Pos)
/loramac-node-latest/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h5858 tmp = (tmp & TCC_DRVCTRL_NRV5) >> TCC_DRVCTRL_NRV5_Pos; in hri_tcc_get_DRVCTRL_NRV5_bit()
5868 tmp |= value << TCC_DRVCTRL_NRV5_Pos; in hri_tcc_write_DRVCTRL_NRV5_bit()