Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h627 #define TCC_DRVCTRL_NRV4_Pos 12 /**< \brief (TCC_DRVCTRL) Non-Recoverable State 4 … macro
628 #define TCC_DRVCTRL_NRV4 (1 << TCC_DRVCTRL_NRV4_Pos)
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h5818 tmp = (tmp & TCC_DRVCTRL_NRV4) >> TCC_DRVCTRL_NRV4_Pos; in hri_tcc_get_DRVCTRL_NRV4_bit()
5828 tmp |= value << TCC_DRVCTRL_NRV4_Pos; in hri_tcc_write_DRVCTRL_NRV4_bit()