| Macros | |
| #define | WSF_CS_STATS FALSE | 
| Use CS statistics hooks.  More... | |
| #define | WSF_CS_INIT(cs) | 
| Initialize critical section. This macro may define a variable.  More... | |
| #define | WSF_CS_ENTER(cs) WsfCsEnter() | 
| Enter a critical section.  More... | |
| #define | WSF_CS_EXIT(cs) WsfCsExit() | 
| Exit a critical section.  More... | |
| Functions | |
| uint32_t | WsfCsStatsGetCsWaterMark (void) | 
| Get critical section duration watermark level.  More... | |
| void | WsfCsEnter (void) | 
| Enter a critical section.  More... | |
| void | WsfCsExit (void) | 
| Enter a critical section.  More... | |
| #define WSF_CS_ENTER | ( | cs | ) | WsfCsEnter() | 
| #define WSF_CS_EXIT | ( | cs | ) | WsfCsExit() | 
| #define WSF_CS_INIT | ( | cs | ) | 
| void WsfCsEnter | ( | void | ) | 
Enter a critical section.
| void WsfCsExit | ( | void | ) | 
Enter a critical section.
| uint32_t WsfCsStatsGetCsWaterMark | ( | void | ) | 
Get critical section duration watermark level.