Serialization of OSFlagSet()
Posted: Thu Feb 11, 2010 4:18 pm
I'm using Rel24_rc2
Does ucos serialize Flag operations?
E.g., if I have two tasks setting flags in the same OS_FLAGS struct, can I be assured that the OSFlagSet()'s will be serialized?
What if I one writer is actually an ISR, and the other writer is a task?
Thanks
Does ucos serialize Flag operations?
E.g., if I have two tasks setting flags in the same OS_FLAGS struct, can I be assured that the OSFlagSet()'s will be serialized?
What if I one writer is actually an ISR, and the other writer is a task?
Thanks