Home
last modified time | relevance | path

Searched full:pin (Results 1 – 14 of 14) sorted by relevance

/mcuboot-latest/boot/zephyr/
DKconfig.firmware_loader16 int "Serial detect pin detection delay time [ms]"
39 bool "Check for device reset by pin"
42 Checks if the module reset was caused by the reset pin and will
Dio.c131 __ASSERT(rc == 0, "Failed to initialize boot detect pin.\n"); in io_detect_pin()
136 __ASSERT(rc >= 0, "Failed to read boot detect pin.\n"); in io_detect_pin()
152 __ASSERT(rc >= 0, "Failed to read boot detect pin.\n"); in io_detect_pin()
DKconfig.serial_recovery146 int "Serial detect pin detection delay time [ms]"
184 bool "Check for device reset by pin"
187 Checks if the module reset was caused by the reset pin and will
DKconfig622 int "Serial detect pin detection delay time [ms]"
/mcuboot-latest/boot/boot_serial/
Dsyscfg.yml22 Start the serial boot loader if this pin is asserted at boot time.
31 GPIO configuration for the serial boot loader detect pin.
36 The value the detect pin must be set to for the serial boot loader
72 The toggle rate, in Hz, of the serial boot loader report pin.
/mcuboot-latest/boot/cypress/BlinkyApp/
DReadme.md25pin `P5_0` and `P5_1` used to configure serial port for debug prints. These pins are the most comm…
26pin `7U` used to define user connection LED. This pin is the most commonly used for USER_LED conne…
/mcuboot-latest/boot/espressif/include/serial_adapter/
Dserial_adapter.h27 * Check if serial recovery detection pin is active
/mcuboot-latest/boot/zephyr/include/io/
Dio.h50 * Checks if board was reset using reset pin and if device should stay in
/mcuboot-latest/boot/cypress/platforms/
Dcycfg_pins.c5 * Pin configuration
Dcycfg_pins.h5 * Pin configuration
/mcuboot-latest/docs/
Dreadme-zephyr.md227 By default, the serial recovery GPIO pin active state enters the serial recovery mode.
228 Use the ``mcuboot_button0`` devicetree button alias to assign the GPIO pin to the MCUboot.
Dserial_recovery.md59 …ode is usually possible right after a device reset, for instance as a reaction on a GPIO pin state.
/mcuboot-latest/boot/mynewt/src/
Dmain.c77 * Configure GPIO line as output. This is a pin we toggle at the in boot_read()
/mcuboot-latest/testplan/mynewt/apps/slinky/src/
Dmain.c155 /* Set the led pin for the E407 devboard */ in task1_handler()