Home
last modified time | relevance | path

Searched refs:topValue (Results 1 – 4 of 4) sorted by relevance

/hal_silabs-latest/gecko/emlib/src/
Dem_letimer.c390 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()
/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_letimer.c390 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()
/hal_silabs-latest/gecko/emlib/inc/
Dem_letimer.h100 …uint32_t topValue; /**< Top value. Counter wraps when top value matches co… member
/hal_silabs-latest/simplicity_sdk/platform/emlib/inc/
Dem_letimer.h100 …uint32_t topValue; /**< Top value. Counter wraps when top value matches co… member