Searched refs:PIN_NONE (Results 1 – 6 of 6) sorted by relevance
111 #define PIN_NONE (-RT_EEMPTY) macro164 #define PIN_IRQ_PIN_NONE PIN_NONE /*!< no pin irq */
111 if (cs_pin != PIN_NONE) in rt_spi_bus_attach_device_cspin()131 return rt_spi_bus_attach_device_cspin(device, name, bus_name, PIN_NONE, user_data); in rt_spi_bus_attach_device()179 if (device->cs_pin != PIN_NONE) in rt_spi_configure()
157 device->cs_pin = PIN_NONE; in spi_probe()
495 if (message->cs_take && !(device->config.mode & RT_SPI_NO_CS) && (cs_pin != PIN_NONE)) in spi_bit_xfer()538 if (message->cs_release && !(device->config.mode & RT_SPI_NO_CS) && (cs_pin != PIN_NONE)) in spi_bit_xfer()
23 if (device->parent.cs_pin != PIN_NONE) in rt_qspi_configure()
196 if (rg->enable_pin < 0 && rg->enable_pin != PIN_NONE) in regulator_gpio_probe()
Completed in 14 milliseconds