Lines Matching refs:configASSERT
212 configASSERT( uxCriticalNesting == ~0UL ); in prvTaskExitError()
300 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
301 configASSERT( pxVectorTable[ portVECTOR_INDEX_PENDSV ] == xPortPendSVHandler ); in xPortStartScheduler()
336 configASSERT( ucMaxSysCallPriority ); in xPortStartScheduler()
340 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
370 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & 0x1U ) == 0U ); in xPortStartScheduler()
423 configASSERT( uxCriticalNesting == 1000UL ); in vPortEndScheduler()
439 configASSERT( ( portNVIC_INT_CTRL_REG & portVECTACTIVE_MASK ) == 0 ); in vPortEnterCritical()
446 configASSERT( uxCriticalNesting ); in vPortExitCritical()
805 configASSERT( ucCurrentPriority >= ucMaxSysCallPriority ); in vPortValidateInterruptPriority()
821 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()