Function esp_idf_hal::sys::rmt_set_memory_owner
source ยท pub unsafe extern "C" fn rmt_set_memory_owner(
channel: u32,
owner: u32,
) -> i32
Expand description
@brief Set RMT memory owner. @note Setting memory is only valid for RX channel.
@param channel RMT channel @param owner To set when the transmitter or receiver can process the memory of channel.
@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success