Searched defs:err (Results 1 – 8 of 8) sorted by relevance
130 esp_err_t err = esp_flash_encrypt_init(); in esp_flash_encrypt_check_and_update() local223 esp_err_t err = esp_efuse_write_keys(purposes, keys, BLOCKS_NEEDED); in check_and_generate_encryption_keys() local257 esp_err_t err = check_and_generate_encryption_keys(); in esp_flash_encrypt_init() local281 esp_err_t err; in esp_flash_encrypt_contents() local342 esp_err_t err = ESP_OK; in esp_flash_encrypt_enable() local381 esp_err_t err; in encrypt_bootloader() local403 esp_err_t err = ESP_OK; in verify_img_header() local418 esp_err_t err; in encrypt_primary_slot() local453 esp_err_t err; in esp_flash_encrypt_region() local
123 esp_err_t err; in main() local
207 #define ZCBOR_ERR(err) \ argument214 #define ZCBOR_ERR_IF(expr, err) \ argument350 int err = state->constant_state->error; in zcbor_pop_error() local367 static inline void zcbor_error(zcbor_state_t *state, int err) in zcbor_error()
128 #define ZCBOR_ERR_CASE(err) case err: \ in zcbor_error_str() argument
115 let err = format!("Could not deserialize '{}' as alignment", n); in visit_u32() localVariable
1447 int err; in boot_serial_in_dec() local1453 int err; in boot_serial_in_dec() local
299 int err = zcbor_pop_error(state); in zcbor_entry_function() local
76 static void err_restore(zcbor_state_t *state, int err) in err_restore()83 #define ERR_RESTORE(err) \ argument