Home
last modified time | relevance | path

Searched refs:detected (Results 1 – 8 of 8) sorted by relevance

/mcuboot-latest/boot/espressif/port/esp32/
Dserial_adapter.c144 bool detected = false; in boot_serial_detect_pin() local
162 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
165 if (detected) { in boot_serial_detect_pin()
171 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
172 if (!detected) { in boot_serial_detect_pin()
178 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c2/
Dserial_adapter.c155 bool detected = false; in boot_serial_detect_pin() local
173 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
176 if (detected) { in boot_serial_detect_pin()
182 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
183 if (!detected) { in boot_serial_detect_pin()
189 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s2/
Dserial_adapter.c156 bool detected = false; in boot_serial_detect_pin() local
174 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
177 if (detected) { in boot_serial_detect_pin()
183 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
184 if (!detected) { in boot_serial_detect_pin()
190 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s3/
Dserial_adapter.c193 bool detected = false; in boot_serial_detect_pin() local
211 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
214 if (detected) { in boot_serial_detect_pin()
220 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
221 if (!detected) { in boot_serial_detect_pin()
227 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c3/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c6/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32h2/
Dserial_adapter.c191 bool detected = false; in boot_serial_detect_pin() local
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
212 if (detected) { in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 if (!detected) { in boot_serial_detect_pin()
225 return detected; in boot_serial_detect_pin()
/mcuboot-latest/docs/
Drelease-notes.md143 - Upgrade fault-injection hardening, improving cases injections are detected.