Function esp_idf_hal::sys::rmt_tx_start

source ·
pub unsafe extern "C" fn rmt_tx_start(
    channel: u32,
    tx_idx_rst: bool
) -> i32
Expand description

@brief Set RMT start sending data from memory.

@param channel RMT channel @param tx_idx_rst Set true to reset memory index for TX. Otherwise, transmitter will continue sending from the last index in memory.

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success