Home
last modified time | relevance | path

Searched defs:max_counter_value (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_lptimer.h103 uint32_t max_counter_value; /**< Maximum value of the counter. */ member
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_quaddec.c545 uint32_t max_counter_value = (midpoint == 0x8000U) ? 0xFFFFU : 0xFFFFFFFFU; in cyhal_quaddec_get_delta() local