Searched refs:ucFlags (Results 1 – 2 of 2) sorted by relevance
232 uint8_t ucFlags; member315 uint8_t ucFlags,328 uint8_t ucFlags; in xStreamBufferGenericCreate() local337 ucFlags = sbFLAGS_IS_MESSAGE_BUFFER; in xStreamBufferGenericCreate()343 ucFlags = 0; in xStreamBufferGenericCreate()380 ucFlags, in xStreamBufferGenericCreate()408 uint8_t ucFlags; in xStreamBufferGenericCreateStatic() local424 ucFlags = sbFLAGS_IS_MESSAGE_BUFFER | sbFLAGS_IS_STATICALLY_ALLOCATED; in xStreamBufferGenericCreateStatic()429 ucFlags = sbFLAGS_IS_STATICALLY_ALLOCATED; in xStreamBufferGenericCreateStatic()454 ucFlags, in xStreamBufferGenericCreateStatic()[all …]
107 static void prvSetInterruptGate( uint8_t ucNumber, ISR_Handler_t pxHandlerFunction, uint8_t ucFlags…150 uint8_t ucFlags; /* Flags for this entry. */ member278 static void prvSetInterruptGate( uint8_t ucNumber, ISR_Handler_t pxHandlerFunction, uint8_t ucFlags… in prvSetInterruptGate() argument290 xInterruptDescriptorTable[ ucNumber ].ucFlags = ucFlags; in prvSetInterruptGate()