Home
last modified time | relevance | path

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

/hal_ambiq-latest/mcu/apollo4p/hal/
Dam_hal_otp.c108 *pVal = am_hal_load_ui32((uint32_t *)(AM_REG_OTP_BASEADDR + offset)); in am_hal_otp_read_word()
167 if ((am_hal_load_ui32((uint32_t *)(AM_REG_OTP_BASEADDR + offset)) & value) != value) in am_hal_otp_write_word()
Dam_hal_utils.h149 extern uint32_t am_hal_load_ui32(uint32_t *pui32Address);
/hal_ambiq-latest/mcu/apollo4p/hal/mcu/
Dam_hal_utils.c227 am_hal_load_ui32(uint32_t *pui32Address) in am_hal_load_ui32() function
Dam_hal_mram.c284 *pui32Dst++ = am_hal_load_ui32(pui32Info++); in am_hal_mram_info_read()