Function esp_idf_hal::sys::rmt_rx_start

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

@brief Set RMT start receiving data.

@param channel RMT channel @param rx_idx_rst Set true to reset memory index for receiver. Otherwise, receiver will continue receiving data to the last index in memory.

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success