Searched refs:CYW43_PIN_WL_REG_ON (Results 1 – 2 of 2) sorted by relevance
113 #define CYW43_PIN_WL_REG_ON cyw43_get_pin_wl(CYW43_PIN_INDEX_WL_REG_ON) macro123 #define CYW43_PIN_WL_REG_ON CYW43_DEFAULT_PIN_WL_REG_ON macro
342 gpio_init(CYW43_PIN_WL_REG_ON); in cyw43_spi_gpio_setup()343 gpio_set_dir(CYW43_PIN_WL_REG_ON, GPIO_OUT); in cyw43_spi_gpio_setup()344 gpio_pull_up(CYW43_PIN_WL_REG_ON); in cyw43_spi_gpio_setup()359 gpio_put(CYW43_PIN_WL_REG_ON, false); // off in cyw43_spi_reset()361 gpio_put(CYW43_PIN_WL_REG_ON, true); // on in cyw43_spi_reset()