Function esp_idf_sys::xStreamBufferGenericCreateWithCaps
source ยท pub unsafe extern "C" fn xStreamBufferGenericCreateWithCaps(
xBufferSizeBytes: usize,
xTriggerLevelBytes: usize,
xIsMessageBuffer: BaseType_t,
uxMemoryCaps: UBaseType_t,
) -> StreamBufferHandle_t
Expand description
@cond