Home
last modified time | relevance | path

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

/components/drivers/include/drivers/
A Ddev_pin.h111 #define PIN_NONE (-RT_EEMPTY) macro
164 #define PIN_IRQ_PIN_NONE PIN_NONE /*!< no pin irq */
/components/drivers/spi/
A Ddev_spi_core.c111 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()
A Ddev_spi_bus.c157 device->cs_pin = PIN_NONE; in spi_probe()
A Ddev_spi_bit_ops.c495 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()
A Ddev_qspi_core.c23 if (device->parent.cs_pin != PIN_NONE) in rt_qspi_configure()
/components/drivers/regulator/
A Dregulator-gpio.c196 if (rg->enable_pin < 0 && rg->enable_pin != PIN_NONE) in regulator_gpio_probe()

Completed in 14 milliseconds