Searched refs:u32BegAddr (Results 1 – 2 of 2) sorted by relevance
134 am_hal_otp_set_copy_protection(uint32_t u32BegAddr, uint32_t u32EndAddr) in am_hal_otp_set_copy_protection() argument136 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() argument164 return am_hal_flash_write_protect_set((uint32_t*)u32BegAddr, in am_hal_otp_set_write_protection()
93 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