Home
last modified time | relevance | path

Searched refs:cs_hold (Results 1 – 9 of 9) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dspi_flash_hal.h46 uint8_t cs_hold; ///< CS hold time config used by the host member
65 uint32_t cs_hold; ///< CS hold time config used by the host member
Dspi_hal.h141 …int cs_hold; ///< Hold time of CS inactive edge after the last SPI clock, d… member
/device/soc/esp/esp32/components/hal/
Dspi_flash_hal.c92 .cs_hold = cfg->cs_hold, in spi_flash_hal_init()
Dspi_flash_hal_common.inc51 int cs_hold = ctx->cs_hold;
52 spi_flash_ll_set_hold(dev, cs_hold);
Dspi_hal_iram.c56 spi_ll_master_set_cs_hold(hw, dev->cs_hold); in spi_hal_setup_device()
/device/soc/esp/esp32/components/driver/
Dspi_master.c404 hal_dev->cs_hold = dev_config->cs_ena_posttrans; in spi_bus_add_device()
407 if (hal_dev->cs_hold == 0) { in spi_bus_add_device()
408 hal_dev->cs_hold = 1; in spi_bus_add_device()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_flash_ll.h402 dev->user.cs_hold = (hold_n > 0? 1: 0); in spi_flash_ll_set_hold()
Dspi_ll.h696 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dspi_struct.h113 …uint32_t cs_hold: 1; /*spi cs keep low when spi is in ,done, phase. 1: … member