Lines Matching refs:data
26 * @brief Enumerates the number of UART data bits.
32 /** 5 data bits */
34 /** 6 data bits */
36 /** 7 data bits */
38 /** 8 data bits */
137 * @brief Reads a specified length of data from a UART device with the port number specified by <b>id</b>.
142 * @param data Indicates the pointer to the start address of the data to read.
146 unsigned int LzUartRead(unsigned int id, unsigned char *data, unsigned int dataLen);
149 * @brief Writes a specified length of data to a UART device with the port number specified by <b>id</b>.
154 * @param data Indicates the pointer to the start address of the data to write.
158 unsigned int LzUartWrite(unsigned int id, const unsigned char *data, unsigned int dataLen);
192 unsigned int DebugWrite(unsigned int id, const unsigned char *data, unsigned int dataLen);