Function esp_idf_sys::rmt_alloc_encoder_mem
source ยท pub unsafe extern "C" fn rmt_alloc_encoder_mem(
size: usize,
) -> *mut c_void
Expand description
@brief A helper function to allocate a proper memory for RMT encoder
@param size Size of memory to be allocated @return Pointer to the allocated memory if the allocation is successful, NULL otherwise