Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_otp.c85 uint32_t am_hal_otp_read_word(uint32_t offset, uint32_t *pVal) in am_hal_otp_read_word() argument
95 if (!pVal) in am_hal_otp_read_word()
108 *pVal = am_hal_load_ui32((uint32_t *)(AM_REG_OTP_BASEADDR + offset)); in am_hal_otp_read_word()
111 *pVal = AM_REGVAL(AM_REG_OTP_BASEADDR + offset); in am_hal_otp_read_word()
Dam_hal_otp.h70 uint32_t am_hal_otp_read_word(uint32_t offset, uint32_t *pVal);
/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_card.c2726 count_consecutive_ones(uint32_t* pVal) in count_consecutive_ones() argument
2729 uint32_t data = *pVal; in count_consecutive_ones()
2744 find_mid_point(uint32_t* pVal) in find_mid_point() argument
2750 uint32_t val = *pVal; in find_mid_point()