Home
last modified time | relevance | path

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

/loramac-node-3.4.0/src/boards/mcu/saml21/saml21b/include/component/
Dtcc.h395 #define TCC_FCTRLA_BLANKPRESC (_U(0x1) << TCC_FCTRLA_BLANKPRESC_Pos) macro
/loramac-node-3.4.0/src/boards/mcu/saml21/hri/
Dhri_tcc_l21.h4031 ((Tcc *)hw)->FCTRLA.reg |= TCC_FCTRLA_BLANKPRESC; in hri_tcc_set_FCTRLA_BLANKPRESC_bit()
4039 tmp = (tmp & TCC_FCTRLA_BLANKPRESC) >> TCC_FCTRLA_BLANKPRESC_Pos; in hri_tcc_get_FCTRLA_BLANKPRESC_bit()
4048 tmp &= ~TCC_FCTRLA_BLANKPRESC; in hri_tcc_write_FCTRLA_BLANKPRESC_bit()
4057 ((Tcc *)hw)->FCTRLA.reg &= ~TCC_FCTRLA_BLANKPRESC; in hri_tcc_clear_FCTRLA_BLANKPRESC_bit()
4064 ((Tcc *)hw)->FCTRLA.reg ^= TCC_FCTRLA_BLANKPRESC; in hri_tcc_toggle_FCTRLA_BLANKPRESC_bit()