[][src]Function esp_idf_sys::rmt_set_tx_loop_mode

pub unsafe extern "C" fn rmt_set_tx_loop_mode(
    channel: rmt_channel_t,
    loop_en: bool
) -> esp_err_t

@brief Set RMT tx loop mode.

@param channel RMT channel (0-7) @param loop_en Enable RMT transmitter loop sending mode. If set true, transmitter will continue sending from the first data to the last data in channel 0-7 over and over again in a loop.

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success