Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c59 static void stdio_out_chars_no_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_no_crlf() argument
60 driver->out_chars(s, len); in stdio_out_chars_no_crlf()
63 static void stdio_out_chars_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_crlf() argument
65 if (!driver->crlf_enabled) { in stdio_out_chars_crlf()
66 driver->out_chars(s, len); in stdio_out_chars_crlf()
72 bool prev_char_was_cr = i > 0 ? s[i - 1] == '\r' : driver->last_ended_with_cr; in stdio_out_chars_crlf()
75 driver->out_chars(&s[first_of_chunk], i - first_of_chunk); in stdio_out_chars_crlf()
77 driver->out_chars(crlf_str, 2); in stdio_out_chars_crlf()
82 driver->out_chars(&s[first_of_chunk], len - first_of_chunk); in stdio_out_chars_crlf()
85 driver->last_ended_with_cr = s[len - 1] == '\r'; in stdio_out_chars_crlf()
[all …]
DBUILD.bazel12 "include/pico/stdio/driver.h",
/hal_rpi_pico-latest/
D.gitmodules4 [submodule "lib/cyw43-driver"]
5 path = lib/cyw43-driver
6 url = https://github.com/georgerobotics/cyw43-driver.git
DMODULE.bazel105 # TODO: Provide cyw43-driver as a proper Bazel module.
107 name = "cyw43-driver",
108 build_file = "//src/rp2_common/pico_cyw43_driver:cyw43-driver.BUILD",
109 …mmit = "cf924bb04c8984675ca0fc2178f082e404e048c3", # keep-in-sync-with-submodule: lib/cyw43-driver
110 remote = "https://github.com/georgerobotics/cyw43-driver.git",
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/include/pico/
Dstdio.h108 void stdio_set_driver_enabled(stdio_driver_t *driver, bool enabled);
118 void stdio_filter_driver(stdio_driver_t *driver);
128 void stdio_set_translate_crlf(stdio_driver_t *driver, bool translate);
/hal_rpi_pico-latest/src/host/pico_stdio/include/pico/
Dstdio.h17 static inline void stdio_filter_driver(stdio_driver_t *driver) {} in stdio_filter_driver() argument
18 static inline void stdio_set_translate_crlf(stdio_driver_t *driver, bool enabled) {} in stdio_set_translate_crlf() argument
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DBUILD.bazel39 "@cyw43-driver//:cyw43_driver",
68 "@cyw43-driver//:cyw43_driver",
DCMakeLists.txt9 set(PICO_CYW43_DRIVER_PATH ${PICO_SDK_PATH}/lib/cyw43-driver)
11 …message(WARNING "cyw43-driver submodule has not been initialized; Pico W wireless support will be …
19 message("cyw43-driver available at ${PICO_CYW43_DRIVER_PATH}")
25 # base driver without our bus
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
DBUILD.bazel12 "@cyw43-driver//:cyw43_driver",
Dcybt_shared_bus_driver.h60 void cybt_sharedbus_driver_init(struct _cyw43_ll_t *driver);
Dcybt_shared_bus_driver.c719 void cybt_sharedbus_driver_init(cyw43_ll_t *driver) { in cybt_sharedbus_driver_init() argument
720 cyw43_ll = driver; in cybt_sharedbus_driver_init()
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DCMakeLists.txt16 cyw43_driver_picow # driver for pico w