Lines Matching full:bytes
58 * to be set low during whole transmission (all transmitted bytes are
59 * marked as command bytes). Any lower value causes the DCX line to be
60 * switched from low to high after this number of bytes is transmitted
61 * (all remaining bytes are marked as data bytes).
394 * @brief Function for configuring the number of command bytes.
396 * Maximum value available for dividing the transmitted bytes into command
397 * bytes and data bytes is @ref NRF_SPIM_DCX_CNT_ALL_CMD - 1.
399 * causes all transmitted bytes to be marked as command bytes.
402 * @param[in] count Number of command bytes preceding the data bytes.
469 * @param[in] length Maximum number of data bytes to transmit.
480 * @param[in] length Maximum number of data bytes to receive.