Searched refs:PCNT_CTRL_RSTEN (Results 1 – 3 of 3) sorted by relevance
485 pcnt->CTRL = PCNT_CTRL_RSTEN; in PCNT_Init()523 pcnt->CTRL = tmp | PCNT_CTRL_MODE_DISABLE | PCNT_CTRL_RSTEN; in PCNT_Init()587 pcnt->CTRL = _PCNT_CTRL_RESETVALUE | PCNT_CTRL_RSTEN; in PCNT_Reset()
99 #define PCNT_CTRL_RSTEN (0x1UL << 5) /**< Enable PCNT Cloc… macro
103 #define PCNT_CTRL_RSTEN (0x1UL << 5) /**< Enable PCNT Cloc… macro
Completed in 13 milliseconds