Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dreset_interface.c123 bool active_low = PICO_STDIO_USB_RESET_BOOTSEL_ACTIVITY_LED_ACTIVE_LOW; in resetd_control_xfer_cb() local
126 bool active_low = false; in resetd_control_xfer_cb()
132 active_low = request->wValue & 0x200; in resetd_control_xfer_cb()
134 …(gpio, (request->wValue & 0x7f) | PICO_STDIO_USB_RESET_BOOTSEL_INTERFACE_DISABLE_MASK, active_low); in resetd_control_xfer_cb()
180 bool active_low = PICO_STDIO_USB_RESET_BOOTSEL_ACTIVITY_LED_ACTIVE_LOW; in tud_cdc_line_coding_cb() local
183 bool active_low = false; in tud_cdc_line_coding_cb()
185 … rom_reset_usb_boot_extra(gpio, PICO_STDIO_USB_RESET_BOOTSEL_INTERFACE_DISABLE_MASK, active_low); in tud_cdc_line_coding_cb()