Function esp_idf_sys::xRingbufferGetStaticBuffer

source ·
pub unsafe extern "C" fn xRingbufferGetStaticBuffer(
    xRingbuffer: RingbufHandle_t,
    ppucRingbufferStorage: *mut *mut u8,
    ppxStaticRingbuffer: *mut *mut StaticRingbuffer_t,
) -> BaseType_t
Expand description

@brief Retrieve the pointers to a statically created ring buffer

@param[in] xRingbuffer Ring buffer @param[out] ppucRingbufferStorage Used to return a pointer to the queue’s storage area buffer @param[out] ppxStaticRingbuffer Used to return a pointer to the queue’s data structure buffer @return pdTRUE if buffers were retrieved, pdFALSE otherwise.