Function esp_idf_sys::rmt_set_memory_owner
source ยท pub unsafe extern "C" fn rmt_set_memory_owner(
channel: rmt_channel_t,
owner: rmt_mem_owner_t,
) -> esp_err_t
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