Searched refs:notification (Results 1 – 6 of 6) sorted by relevance
661 void rtiEnableNotification(uint32 notification) in rtiEnableNotification() argument666 rtiREG1->INTFLAG = notification; in rtiEnableNotification()667 rtiREG1->SETINT = notification; in rtiEnableNotification()698 void rtiDisableNotification(uint32 notification) in rtiDisableNotification() argument703 rtiREG1->CLEARINT = notification; in rtiDisableNotification()
267 void rtiEnableNotification(uint32 notification);268 void rtiDisableNotification(uint32 notification);294 void rtiNotification(uint32 notification);
342 void pwmEnableNotification(hetBASE_t * hetREG,uint32 pwm, uint32 notification);343 void pwmDisableNotification(hetBASE_t * hetREG,uint32 pwm, uint32 notification);344 void pwmNotification(hetBASE_t * hetREG,uint32 pwm, uint32 notification);
263 void dccEnableNotification(dccBASE_t *dcc, uint32 notification);264 void dccDisableNotification(dccBASE_t *dcc, uint32 notification);
585 void canErrorNotification(canBASE_t *node, uint32 notification);
261 + Modify comments to remind users about "Stack Usage Analysis" notification.
Completed in 14 milliseconds