Function esp_idf_sys::rmt_rx_stop

source ·
pub unsafe extern "C" fn rmt_rx_stop(
    channel: rmt_channel_t
) -> esp_err_t
Expand description

@brief Set RMT stop receiving data.

@param channel RMT channel

@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success