Home
last modified time | relevance | path

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

/hal_silabs-latest/simplicity_sdk/platform/emlib/src/
Dem_rmu.c225 static uint32_t rstCause = UINT32_MAX;
324 if (rstCause != UINT32_MAX) { in RMU_ResetCauseGet()
Dem_lesense.c39 #if !defined(UINT32_MAX)
40 #define UINT32_MAX ((uint32_t)(0xFFFFFFFF)) macro
336 EFM_ASSERT(refFreq < ((uint32_t)UINT32_MAX / 128UL)); in LESENSE_ScanFreqSet()
/hal_silabs-latest/simplicity_sdk/platform/service/sleeptimer/src/
Dsl_sleeptimer.c208 calculated_tick_rest = ((uint64_t)UINT32_MAX + 1) % (uint64_t)timer_frequency; in sl_sleeptimer_init()
209 calculated_sec_count = (((uint64_t)UINT32_MAX + 1) / (uint64_t)timer_frequency); in sl_sleeptimer_init()
211 …max_millisecond_conversion = (uint32_t)(((uint64_t)UINT32_MAX * (uint64_t)1000u) / timer_frequency… in sl_sleeptimer_init()
1822 || (time_zone >= 0 && (time <= UINT32_MAX - time_zone))) { in is_valid_time()
/hal_silabs-latest/gecko/emlib/src/
Dem_lesense.c39 #if !defined(UINT32_MAX)
40 #define UINT32_MAX ((uint32_t)(0xFFFFFFFF)) macro
336 EFM_ASSERT(refFreq < ((uint32_t)UINT32_MAX / 128UL)); in LESENSE_ScanFreqSet()