esp_idf_sys

Function xStreamBufferGenericCreateWithCaps

Source
pub unsafe extern "C" fn xStreamBufferGenericCreateWithCaps(
    xBufferSizeBytes: usize,
    xTriggerLevelBytes: usize,
    xIsMessageBuffer: BaseType_t,
    uxMemoryCaps: UBaseType_t,
) -> StreamBufferHandle_t
Expand description

@cond