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

@brief Set RMT tx loop mode.

@param channel RMT channel @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 over and over again in a loop.

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success