Index: firmware/App/Services/Interrupts.c =================================================================== diff -u -r84376e65112b149961efe193128cbbd495fafa6c -r9302e1bd2413cbf99e80ac51aac38502d94801d9 --- firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 84376e65112b149961efe193128cbbd495fafa6c) +++ firmware/App/Services/Interrupts.c (.../Interrupts.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) @@ -114,7 +114,7 @@ * @details * Inputs : none * Outputs : RTI notification handled. - * @param notification : Which RTI timer caused this interrupt. + * @param notification Which RTI timer caused this interrupt * @return none *************************************************************************/ void rtiNotification(uint32 notification) @@ -149,8 +149,8 @@ * @details * Inputs : none * Outputs : CAN message notification handled. - * @param node : which CAN controller - * @param messageBox : which message box triggered the message notification + * @param node which CAN controller + * @param messageBox which message box triggered the message notification * @return none *************************************************************************/ void canMessageNotification(canBASE_t *node, uint32 messageBox) @@ -167,11 +167,11 @@ * @details * Inputs : none * Outputs : CAN error notification handled. - * @param node : which CAN controller - * @param notification : canLEVEL_PASSIVE (0x20) : When RX- or TX error counter are between 32 and 63 \n - * canLEVEL_WARNING (0x40) : When RX- or TX error counter are between 64 and 127 \n - * canLEVEL_BUS_OFF (0x80) : When RX- or TX error counter are between 128 and 255 \n - * canLEVEL_PARITY_ERR (0x100): When parity error detected on CAN RAM read access + * @param node which CAN controller + * @param notification canLEVEL_PASSIVE (0x20) : When RX- or TX error counter are between 32 and 63 \n + * canLEVEL_WARNING (0x40) : When RX- or TX error counter are between 64 and 127 \n + * canLEVEL_BUS_OFF (0x80) : When RX- or TX error counter are between 128 and 255 \n + * canLEVEL_PARITY_ERR (0x100): When parity error detected on CAN RAM read access * @return none *************************************************************************/ void canErrorNotification(canBASE_t *node, uint32 notification) @@ -244,8 +244,8 @@ * @details * Inputs : none * Outputs : UART error interrupts handled. - * @param sci : Pointer to the SCI peripheral that detected the error - * @param flags : error flag(s) + * @param sci Pointer to the SCI peripheral that detected the error + * @param flags error flag(s) * @return none *************************************************************************/ void sciNotification(sciBASE_t *sci, uint32 flags) @@ -315,8 +315,8 @@ * @details * Inputs : none * Outputs : DMA interrupt is handled. - * @param inttype : type of DMA interrupt - * @param channel : DMA channel that caused the interrupt + * @param inttype type of DMA interrupt + * @param channel DMA channel that caused the interrupt * @return none *************************************************************************/ void dmaGroupANotification(dmaInterrupt_t inttype, uint32 channel) @@ -362,8 +362,8 @@ * @details * Inputs : none * Outputs : Rotor hall sensor interrupt is handled according to pin associated with given edge. - * @param hetREG : HET controller associated with the edge. - * @param edge : Which edge was detected. + * @param hetREG HET controller associated with the edge + * @param edge Which edge was detected * @return none *************************************************************************/ void edgeNotification(hetBASE_t * hetREG, uint32 edge)