Searched refs:event (Results 1 – 10 of 10) sorted by relevance
/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/utils/ |
D | wait_for_event.h | 35 struct event; 37 struct event * event_create( void ); 38 void event_delete( struct event * ); 39 bool event_wait( struct event * ev ); 40 bool event_wait_timed( struct event * ev, 42 void event_signal( struct event * ev );
|
D | wait_for_event.c | 35 struct event struct 42 struct event * event_create( void ) in event_create() argument 44 struct event * ev = malloc( sizeof( struct event ) ); in event_create() 52 void event_delete( struct event * ev ) in event_delete() 59 bool event_wait( struct event * ev ) in event_wait() 72 bool event_wait_timed( struct event * ev, in event_wait_timed() 98 void event_signal( struct event * ev ) in event_signal()
|
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/ |
D | exception.s82 | 241 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. 264 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. 287 rete // If this was a spurious interrupt (R12 == NULL), return from event handler. 310 rete // If this was a spurious interrupt (R12 == NULL), return from event handler.
|
/Kernel-v11.1.0/portable/RVDS/ARM7_LPC21xx/ |
D | portASM.s | 115 MOV R0, #T0MATCHBIT ; Clear the timer event
|
/Kernel-v11.1.0/ |
D | README.md | 1 …ge.svg?branch=main&event=push)](https://github.com/FreeRTOS/FreeRTOS-Kernel/actions/workflows/unit…
|
D | MISRA.md | 99 application at the time of event group creation for data hiding
|
D | History.txt | 34 constants to control the inclusion of event group and stream buffer 281 the number of bits in an event group also increases with big data type. Contributed 425 + Fix deadlock in event groups when pvPortMalloc and vPortFree functions 500 post to its own event queue. A consequence of this change is that auto- 1000 + Major new feature - tasks, semaphores, queues, timers and event groups can 1005 even if the event the blocked task is waiting for has not occurred, or the 1104 protected systems, have been added to the newer event group and software 1334 + Minor fixes to the event group functionality that was released in V8.0.0. 1476 to the test that prevents the network event hook being called on the first 1477 network down event. The FreeRTOS+UDP change history is maintained [all …]
|
/Kernel-v11.1.0/portable/ThirdParty/GCC/Posix/ |
D | port.c | 89 struct event * ev;
|
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/ |
D | ioat91sam7x256.h | 3910 … -( TC ) Signal selected as external event:TIOB TIOB direction: input 3912 … -( TC ) Signal selected as external event:XC0 TIOB direction: output 3914 … -( TC ) Signal selected as external event:XC1 TIOB direction: output 3916 … -( TC ) Signal selected as external event:XC2 TIOB direction: output 4317 -( EMAC ) Multicast hash event enable 4435 -( EMAC ) Magic packet event enable 4437 -( EMAC ) ARP request event enable 4439 … -( EMAC ) Specific address register 1 event enable
|
/Kernel-v11.1.0/portable/ThirdParty/XCC/Xtensa/ |
D | readme_xtensa.txt | 719 the trigger event immediately halts the processor and gives control to
|