Changes between Version 10 and Version 11 of 802.11/MAC/Upper/MACHighFramework/Scheduler


Ignore:
Timestamp:
Aug 5, 2015, 2:14:11 PM (9 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/MAC/Upper/MACHighFramework/Scheduler

    v10 v11  
    2222
    2323{{{u32 wlan_mac_schedule_event_repeated(u8 scheduler_sel, u32 delay, u32 num_calls, void(*callback)())}}}:
    24  * {{{scheduler_sel}}}: select the coarse (±100ms accuracy) or fine (±100µs accuracy) scheduler; must be {{{SCHEDULE_COARSE}}} or {{{SCHEDULE_FINE}}}
     24 * {{{scheduler_sel}}}: select the coarse (±102.4ms accuracy) or fine (±64µs accuracy) scheduler; must be {{{SCHEDULE_COARSE}}} or {{{SCHEDULE_FINE}}}
    2525 * {{{delay}}}: time in microseconds before {{{callback}}} is called
    2626 * {{{num_calls}}}: number of times the framework should execute the callback or {{{CALL_FOREVER}}} if it should continue executing it until explicitly stopped