Lines Matching refs:configASSERT
238 configASSERT( uxCriticalNesting == ~0UL ); in prvTaskExitError()
331 configASSERT( pxVectorTable[ portVECTOR_INDEX_SVC ] == vPortSVCHandler ); in xPortStartScheduler()
332 configASSERT( pxVectorTable[ portVECTOR_INDEX_PENDSV ] == xPortPendSVHandler ); in xPortStartScheduler()
367 configASSERT( ucMaxSysCallPriority ); in xPortStartScheduler()
371 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & ( ~ucMaxPriorityValue ) ) == 0U ); in xPortStartScheduler()
401 configASSERT( ( configMAX_SYSCALL_INTERRUPT_PRIORITY & 0x1U ) == 0U ); in xPortStartScheduler()
460 configASSERT( uxCriticalNesting == 1000UL ); in vPortEndScheduler()
476 configASSERT( ( portNVIC_INT_CTRL_REG & portVECTACTIVE_MASK ) == 0 ); in vPortEnterCritical()
483 configASSERT( uxCriticalNesting ); in vPortExitCritical()
880 configASSERT( ucCurrentPriority >= ucMaxSysCallPriority ); in vPortValidateInterruptPriority()
896 configASSERT( ( portAIRCR_REG & portPRIORITY_GROUP_MASK ) <= ulMaxPRIGROUPValue ); in vPortValidateInterruptPriority()