Searched refs:pin_value (Results 1 – 7 of 7) sorted by relevance
/mcuboot-latest/boot/espressif/port/esp32/ |
D | serial_adapter.c | 145 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/ |
D | serial_adapter.c | 156 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/ |
D | serial_adapter.c | 157 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/ |
D | serial_adapter.c | 194 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/ |
D | serial_adapter.c | 192 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/ |
D | serial_adapter.c | 192 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/ |
D | serial_adapter.c | 192 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()
|