Searched refs:cmdBitLen (Results 1 – 1 of 1) sorted by relevance
193 uint16_t cmdBitLen; /*!< Command byte length*/ member304 if (pInData->cmdBitLen != 0) { in psram_cmd_config()306 SET_PERI_REG_BITS(SPI_USER2_REG(spi_num), SPI_USR_COMMAND_BITLEN, pInData->cmdBitLen - 1, in psram_cmd_config()394 ps_cmd.cmdBitLen = 0; in psram_disable_qio_mode()415 ps_cmd.cmdBitLen = 8; in psram_read_id()423 ps_cmd.cmdBitLen = 2; //this two bits is used to delay 2 clock cycle in psram_read_id()450 ps_cmd.cmdBitLen = 0; in psram_enable_qio_mode()458 ps_cmd.cmdBitLen = 2; in psram_enable_qio_mode()482 ps_cmd.cmdBitLen = 0; in spi_user_psram_write()508 ps_cmd.cmdBitLen = 0; in spi_user_psram_read()[all …]