Home
last modified time | relevance | path

Searched refs:cmpVal (Results 1 – 2 of 2) sorted by relevance

/hal_ambiq-latest/mcu/apollo3/hal/
Dam_hal_stimer.c210 uint32_t cmpVal; in am_hal_stimer_compare_delta_set() local
224 cmpVal = AM_REGVAL(AM_REG_STIMER_COMPARE(0, ui32CmprInstance)); in am_hal_stimer_compare_delta_set()
227 if (!AM_HAL_U32_SMALLER(cmpVal, expVal) && !AM_HAL_U32_GREATER(cmpVal, expMax)) in am_hal_stimer_compare_delta_set()
/hal_ambiq-latest/mcu/apollo3p/hal/
Dam_hal_stimer.c212 uint32_t cmpVal; in am_hal_stimer_compare_delta_set() local
226 cmpVal = AM_REGVAL(AM_REG_STIMER_COMPARE(0, ui32CmprInstance)); in am_hal_stimer_compare_delta_set()
229 if (!AM_HAL_U32_SMALLER(cmpVal, expVal) && !AM_HAL_U32_GREATER(cmpVal, expMax)) in am_hal_stimer_compare_delta_set()