pub unsafe extern "C" fn xQueueCRSendFromISR(
    xQueue: QueueHandle_t,
    pvItemToQueue: *const c_void,
    xCoRoutinePreviouslyWoken: BaseType_t
) -> BaseType_t
Expand description

@cond !DOC_EXCLUDE_HEADER_SECTION