Searched refs:hal_flash_dis_secure (Results 1 – 6 of 6) sorted by relevance
/AliOS-Things-master/components/drivers/peripheral/flash/include/aos/hal/ |
A D | flash.h | 214 int32_t hal_flash_dis_secure(hal_partition_t partition, uint32_t off_set, uint32_t size);
|
/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_param.c | 61 ret = hal_flash_dis_secure(HAL_PARTITION_PARAMETER_1, 0, 0); in ota_update_parameter()
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/ |
A D | ble_port.c | 147 int32_t hal_flash_dis_secure(hal_partition_t partition, uint32_t off_set, uint32_t size)
|
A D | flash.c | 100 int32_t hal_flash_dis_secure(hal_partition_t in_partition, uint32_t off_set, uint32_t size) in hal_flash_dis_secure() function
|
/AliOS-Things-master/components/drivers/peripheral/flash/src/ |
A D | flash_dev.c | 156 ret = hal_flash_dis_secure(in_partition,offset, size); in flash_device_ioctl()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 687 int32_t hal_flash_dis_secure(hal_partition_t partition, uint32_t off_set, uint32_t size) in hal_flash_dis_secure() function
|
Completed in 14 milliseconds