Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/include/
Dcyw43_configport.h118 #define CYW43_PIN_WL_CS cyw43_get_pin_wl(CYW43_PIN_INDEX_WL_CS) macro
128 #define CYW43_PIN_WL_CS CYW43_DEFAULT_PIN_WL_CS macro
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dcyw43_bus_pio_spi.c184 gpio_put(CYW43_PIN_WL_CS, value); in cs_set()
352 gpio_init(CYW43_PIN_WL_CS); in cyw43_spi_gpio_setup()
353 gpio_set_dir(CYW43_PIN_WL_CS, GPIO_OUT); in cyw43_spi_gpio_setup()
354 gpio_put(CYW43_PIN_WL_CS, true); in cyw43_spi_gpio_setup()