Searched refs:xErrorHead (Results 1 – 2 of 2) sorted by relevance
81 static BaseType_t xErrorHead, xErrorTail; variable89 BaseType_t xNextHead = xErrorHead; in emacps_error_handler()102 xErrorList[ xErrorHead ].arg = arg; in emacps_error_handler()103 xErrorList[ xErrorHead ].Direction = Direction; in emacps_error_handler()104 xErrorList[ xErrorHead ].ErrorWord = ErrorWord; in emacps_error_handler()106 xErrorHead = xNextHead; in emacps_error_handler()131 if( xErrorHead == xErrorTail ) in emacps_check_errors()
82 static BaseType_t xErrorHead, xErrorTail; variable90 BaseType_t xNextHead = xErrorHead; in emacps_error_handler()105 xErrorList[ xErrorHead ].arg = arg; in emacps_error_handler()106 xErrorList[ xErrorHead ].Direction = Direction; in emacps_error_handler()107 xErrorList[ xErrorHead ].ErrorWord = ErrorWord; in emacps_error_handler()109 xErrorHead = xNextHead; in emacps_error_handler()134 if( xErrorHead == xErrorTail ) in emacps_check_errors()