Function esp_idf_hal::sys::xTimerCreateStatic

source ยท
pub unsafe extern "C" fn xTimerCreateStatic(
    pcTimerName: *const i8,
    xTimerPeriodInTicks: u32,
    uxAutoReload: u32,
    pvTimerID: *mut c_void,
    pxCallbackFunction: Option<unsafe extern "C" fn(_: *mut tmrTimerControl)>,
    pxTimerBuffer: *mut xSTATIC_TIMER,
) -> *mut tmrTimerControl