Searched refs:ARRAY_SIZE (Results 1 – 5 of 5) 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()
22 #ifndef ARRAY_SIZE23 # define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0])) macro121 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 macro463 ok = zcbor_map_decode_bulk(zsd, image_set_state_decode, ARRAY_SIZE(image_set_state_decode), in bs_set()814 ok = zcbor_map_decode_bulk(zsd, image_upload_decode, ARRAY_SIZE(image_upload_decode), in bs_upload()
29 #define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0])) macro