[][src]Function esp_idf_sys::xRingbufferGetMaxItemSize

pub unsafe extern "C" fn xRingbufferGetMaxItemSize(
    xRingbuffer: RingbufHandle_t
) -> usize

@brief Get maximum size of an item that can be placed in the ring buffer

This function returns the maximum size an item can have if it was placed in an empty ring buffer.

@param[in] xRingbuffer Ring buffer to query

@return Maximum size, in bytes, of an item that can be placed in a ring buffer.