Searched refs:topValue (Results 1 – 4 of 4) sorted by relevance
390 if ((init->comp0Top) || (init->topValue != 0U)) { in LETIMER_Init()393 if (init->topValue != 0U) { in LETIMER_Init()394 letimer->COMP0 = init->topValue; in LETIMER_Init()398 if (init->topValue != 0U) { in LETIMER_Init()399 letimer->TOP = init->topValue; in LETIMER_Init()
100 …uint32_t topValue; /**< Top value. Counter wraps when top value matches co… member