Searched refs:ARRAY_SIZE (Results 1 – 6 of 6) sorted by relevance
20 for (uint8_t i = 0; i < ARRAY_SIZE(NVIC->ICER); i++) { in cleanup_arm_nvic()24 for (uint8_t i = 0; i < ARRAY_SIZE(NVIC->ICPR); i++) { in cleanup_arm_nvic()
124 for (i = 0; i < ARRAY_SIZE(line_bufs); i++) { in boot_console_init()
45 current_id = ARRAY_SIZE(known_ids) - 1; in boot_go_hook()57 for ( ; current_id < ARRAY_SIZE(known_ids); current_id++) { in boot_go_hook()
23 #ifndef ARRAY_SIZE24 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro129 for (size_t i = 0; i < ARRAY_SIZE(s_flash_areas); i++) { in prv_lookup_flash_area()
80 #ifndef ARRAY_SIZE81 #define ARRAY_SIZE ZCBOR_ARRAY_SIZE macro522 ok = zcbor_map_decode_bulk(zsd, image_set_state_decode, ARRAY_SIZE(image_set_state_decode), in bs_set()914 ok = zcbor_map_decode_bulk(zsd, image_upload_decode, ARRAY_SIZE(image_upload_decode), in bs_upload()
30 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro