Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 15 of 15) sorted by relevance

/mcuboot-3.7.0/boot/mynewt/boot_uart/src/
Dboot_uart.c40 int cnt; member
103 boot_uart_read(char *str, int cnt, int *newline) in boot_uart_read()
158 boot_uart_write(const char *ptr, int cnt) in boot_uart_write()
165 boot_uart_write(const char *ptr, int cnt) in boot_uart_write()
/mcuboot-3.7.0/boot/zephyr/
Dflash_map_legacy.c60 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
Dserial_adapter.c78 console_write(const char *str, int cnt) in console_write()
/mcuboot-3.7.0/boot/espressif/port/esp32c3/
Dserial_adapter.c75 void console_write(const char *str, int cnt) in console_write()
101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32s3/
Dserial_adapter.c78 void console_write(const char *str, int cnt) in console_write()
104 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32c6/
Dserial_adapter.c75 void console_write(const char *str, int cnt) in console_write()
101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32h2/
Dserial_adapter.c75 void console_write(const char *str, int cnt) in console_write()
101 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32/
Dserial_adapter.c68 void console_write(const char *str, int cnt) in console_write()
79 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32c2/
Dserial_adapter.c70 void console_write(const char *str, int cnt) in console_write()
87 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/espressif/port/esp32s2/
Dserial_adapter.c73 void console_write(const char *str, int cnt) in console_write()
90 int console_read(char *str, int cnt, int *newline) in console_read()
/mcuboot-3.7.0/boot/mynewt/src/
Dmain.c70 boot_read(char *str, int cnt, int *newline) in boot_read()
/mcuboot-3.7.0/boot/cypress/cy_flash_pal/
Dcy_flash_map.c381 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
484 int flash_area_get_sectors(int idx, uint32_t *cnt, struct flash_sector *ret) in flash_area_get_sectors()
/mcuboot-3.7.0/boot/bootutil/include/bootutil/
Dfault_injection_hardening.h280 #define FIH_LABEL(str, lin, cnt) __asm volatile ("FIH_LABEL_" str "_" #lin "_" #cnt "::" ::); argument
/mcuboot-3.7.0/boot/espressif/port/
Desp_mcuboot.c411 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *fa) in flash_area_to_sectors()
/mcuboot-3.7.0/sim/mcuboot-sys/csupport/
Drun.c370 int flash_area_to_sectors(int idx, int *cnt, struct flash_area *ret) in flash_area_to_sectors()