Home
last modified time | relevance | path

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

/components/drivers/sdio/
A Ddev_mmcsd_core.c395 io_cfg->power_mode, io_cfg->chip_select, io_cfg->vdd, in mmcsd_set_iocfg()
406 host->io_cfg.chip_select = mode; in mmcsd_set_chip_select()
559 host->io_cfg.chip_select = MMCSD_CS_HIGH; in mmcsd_power_up()
564 host->io_cfg.chip_select = MMCSD_CS_IGNORE; in mmcsd_power_up()
595 host->io_cfg.chip_select = MMCSD_CS_IGNORE; in mmcsd_power_off()
/components/drivers/spi/
A Ddev_spi_dm.c99 spi_dev->chip_select[i] = cs[i]; in spi_device_ofw_parse()
A Ddev_spi.c184 rt_dm_dev_set_name(dev, "%s_%d", bus_name, spi_dev->chip_select[0]); in spidev_probe()
A Ddev_spi_bus.c151 device->cs_pin = bus->cs_pins[device->chip_select[0]]; in spi_probe()
/components/drivers/include/drivers/
A Dmmcsd_host.h34 rt_uint8_t chip_select; /* SPI chip select */ member
A Ddev_spi.h223 rt_uint8_t chip_select[RT_SPI_CS_CNT_MAX]; member

Completed in 12 milliseconds