Home | History | Annotate | Download | only in ftdi

Lines Matching defs:Read

169       /* Set the read and write timeout periods */
266 /* Read and write commands need to include endianess */
295 /* SPI mode 0 propogates data on the falling edge and read data on the
309 /* SPI mode 3 propogates data on the falling edge and read data on the
329 /* Data read on falling clock edge */
340 /* Data read on falling clock edge */
579 * Enables or disables flushing of the FTDI chip's RX buffers after each read
706 * read back each individual ACK bit, so set the transmit size to 1.
722 /* Read in the ACK bit and store it in mpsse->rack */
740 /* Performs a read. For internal use only; see Read() and ReadBits(). */
783 * @size - Number of bytes to read.
785 * Returns a pointer to the read data on success.
789 swig_string_data Read(struct mpsse_context* mpsse, int size)
791 uint8_t* Read(struct mpsse_context* mpsse, int size)
809 * Performs a bit-wise read of up to 8 bits.
812 * @size - Number of bits to read.
814 * Returns an 8-bit byte containing the read bits.
829 /* The last byte in rdata will have all the read bits set or unset as
836 * read, we need to shift them left accordingly.
843 * read, we need to shift them right accordingly.
861 * Returns a pointer to the read data on success.
955 * Causes libmpsse to send ACKs after each read byte in I2C mode.
966 * Causes libmpsse to send NACKs after each read byte in I2C mode.