Searched refs:dummy_bitlen (Results 1 – 2 of 2) sorted by relevance
101 * - 28: 24bit DIO + conf bits (M7-M0 excluded from dummy_bitlen)102 * - 32: 24bit QIO + conf bits (M7-M0 excluded from dummy_bitlen)105 * case (addr_bitlen = 24, dummy_bitlen includes M7-M0) as other chip versions use.150 uint8_t dummy_bitlen;154 dummy_bitlen = 0;157 dummy_bitlen = trans->dummy_bitlen;163 … host->driver->configure_host_io_mode(host, command, trans->address_bitlen, dummy_bitlen, io_mode);168 spi_flash_ll_set_dummy(dev, dummy_bitlen);
39 uint8_t dummy_bitlen; ///< Basic dummy bits to use member