[][src]Type Definition esp_idf_sys::RingbufHandle_t

type RingbufHandle_t = *mut c_void;

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.