Searched refs:cs_hold (Results 1 – 9 of 9) sorted by relevance
46 uint8_t cs_hold; ///< CS hold time config used by the host member65 uint32_t cs_hold; ///< CS hold time config used by the host member
141 …int cs_hold; ///< Hold time of CS inactive edge after the last SPI clock, d… member
92 .cs_hold = cfg->cs_hold, in spi_flash_hal_init()
51 int cs_hold = ctx->cs_hold;52 spi_flash_ll_set_hold(dev, cs_hold);
56 spi_ll_master_set_cs_hold(hw, dev->cs_hold); in spi_hal_setup_device()
404 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()
402 dev->user.cs_hold = (hold_n > 0? 1: 0); in spi_flash_ll_set_hold()
696 hw->user.cs_hold = hold ? 1 : 0; in spi_ll_master_set_cs_hold()
113 …uint32_t cs_hold: 1; /*spi cs keep low when spi is in ,done, phase. 1: … member