Home
last modified time | relevance | path

Searched refs:PIT_GetLifetimeTimerCount (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/pit/
Dfsl_pit.c147 uint64_t PIT_GetLifetimeTimerCount(PIT_Type *base) in PIT_GetLifetimeTimerCount() function
Dfsl_pit.h324 uint64_t PIT_GetLifetimeTimerCount(PIT_Type *base);
/hal_nxp-latest/mcux/mcux-sdk/components/time_stamp/
Dfsl_adapter_pit_time_stamp.c90 …uint64_t count = 0xFFFFFFFFFFFFFFFFULL - PIT_GetLifetimeTimerCount(s_PitBase[halTimeStampState->ti… in HAL_GetTimeStamp()