Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h396 #define TCC_FCTRLA_BLANKVAL_Pos 16 /**< \brief (TCC_FCTRLA) Fault A Blanking Time */ macro
397 #define TCC_FCTRLA_BLANKVAL_Msk (_U(0xFF) << TCC_FCTRLA_BLANKVAL_Pos)
398 #define TCC_FCTRLA_BLANKVAL(value) (TCC_FCTRLA_BLANKVAL_Msk & ((value) << TCC_FCTRLA_BLANKVAL_Pos))
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4319 tmp = (tmp & TCC_FCTRLA_BLANKVAL(mask)) >> TCC_FCTRLA_BLANKVAL_Pos; in hri_tcc_get_FCTRLA_BLANKVAL_bf()
4352 tmp = (tmp & TCC_FCTRLA_BLANKVAL_Msk) >> TCC_FCTRLA_BLANKVAL_Pos; in hri_tcc_read_FCTRLA_BLANKVAL_bf()