Home
last modified time | relevance | path

Searched refs:pin_value (Results 1 – 7 of 7) sorted by relevance

/mcuboot-latest/boot/espressif/port/esp32/
Dserial_adapter.c145 int pin_value = 0; in boot_serial_detect_pin() local
161 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
162 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
170 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
171 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c2/
Dserial_adapter.c156 int pin_value = 0; in boot_serial_detect_pin() local
172 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
173 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
181 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
182 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s2/
Dserial_adapter.c157 int pin_value = 0; in boot_serial_detect_pin() local
173 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
174 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
182 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
183 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32s3/
Dserial_adapter.c194 int pin_value = 0; in boot_serial_detect_pin() local
210 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
211 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
219 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
220 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c3/
Dserial_adapter.c192 int pin_value = 0; in boot_serial_detect_pin() local
208 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
217 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32c6/
Dserial_adapter.c192 int pin_value = 0; in boot_serial_detect_pin() local
208 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
217 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
/mcuboot-latest/boot/espressif/port/esp32h2/
Dserial_adapter.c192 int pin_value = 0; in boot_serial_detect_pin() local
208 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
209 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()
217 pin_value = gpio_ll_get_level(&GPIO, SERIAL_BOOT_GPIO_DETECT); in boot_serial_detect_pin()
218 detected = (pin_value == SERIAL_BOOT_GPIO_DETECT_VAL); in boot_serial_detect_pin()