Home
last modified time | relevance | path

Searched refs:xStaticEventGroup (Results 1 – 1 of 1) sorted by relevance

/Kernel-v11.1.0/portable/ThirdParty/GCC/RP2040/
Dport.c131 static StaticEventGroup_t xStaticEventGroup; variable
132 #define pEventGroup ( &xStaticEventGroup )
1161 xEventGroup = xEventGroupCreateStatic( &xStaticEventGroup ); in prvRuntimeInitializer()