Lines Matching +full:tri +full:- +full:state
4 * SPDX-License-Identifier: Apache-2.0
30 * bits[15:8] = bytes number of clocks with data lines tri-stated
88 * mode = 1(full-duplex), 2(dual), 4(quad)
89 * full-duplex: 8 clocks per byte
113 return -EINVAL; in spi_flash_address_format()
117 dest[i] = (uint8_t)((spi_addr >> ((addrsz - (i + 1U)) * 8U)) & 0xffU); in spi_flash_address_format()
210 * - Find spi device
211 * - Read flash jedec id
248 * - write enable
249 * - erase data in flash device
250 * - read register1 and wait for erase operation completed
291 * - flash write enable
292 * - write data into flash using spi api
335 * - read data using spi single mode
336 * - check read buffer data whether correct
338 * to be generated with I/O lines tri-stated after the address has been
343 * For full-duplex one byte is 8 clocks, dual one byte is 4 clocks, and for
356 * bits[15:8] = number of SPI clocks with I/O lines tri-stated after in ZTEST_USER()
407 * - read data using spi dual mode
408 * - check read buffer data whether correct
452 /* send opcode, address, and tri-state clocks using single mode */ in ZTEST_USER()
472 * - check and make sure spi quad mode is enabled
473 * - write data using spi quad mode
555 * - read data using spi quad mode
556 * - check read buffer data whether correct
570 * Transmit opcode, address, and tri-state clocks using full-duplex mode in ZTEST_USER()
654 /* Test assumes flash test regions is in erased state */