Type Alias esp_idf_sys::RingbufHandle_t
source ยท pub type RingbufHandle_t = *mut c_void;
Expand description
Type by which ring buffers are referenced. For example, a call to xRingbufferCreate() returns a RingbufHandle_t variable that can then be used as a parameter to xRingbufferSend(), xRingbufferReceive(), etc.