Function esp_idf_sys::rmt_fill_tx_items
source ยท pub unsafe extern "C" fn rmt_fill_tx_items(
channel: rmt_channel_t,
item: *const rmt_item32_t,
item_num: u16,
mem_offset: u16,
) -> esp_err_t
Expand description
@brief Fill memory data of channel with given RMT items.
@param channel RMT channel @param item Pointer of items. @param item_num RMT sending items number. @param mem_offset Index offset of memory.
@return - ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success