Home
last modified time | relevance | path

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

/bsp/apollo2/libraries/drivers/hal/
A Dam_hal_otp.c134 am_hal_otp_set_copy_protection(uint32_t u32BegAddr, uint32_t u32EndAddr) in am_hal_otp_set_copy_protection() argument
136 return am_hal_flash_copy_protect_set((uint32_t*)u32BegAddr, in am_hal_otp_set_copy_protection()
162 am_hal_otp_set_write_protection(uint32_t u32BegAddr, uint32_t u32EndAddr) in am_hal_otp_set_write_protection() argument
164 return am_hal_flash_write_protect_set((uint32_t*)u32BegAddr, in am_hal_otp_set_write_protection()
A Dam_hal_otp.h93 extern int am_hal_otp_set_copy_protection(uint32_t u32BegAddr, uint32_t u32EndAddr);
94 extern int am_hal_otp_set_write_protection(uint32_t u32BegAddr, uint32_t u32EndAddr);

Completed in 5 milliseconds