Exemplo n.º 1
0
/**@brief Function for handling the SWI0 interrupt.
 *
 * @details Performs all updates to the timer list.
 */
extern "C" void SWI0_IRQHandler(void)
{
    timer_list_handler();
}
Exemplo n.º 2
0
/**@brief Function for handling the SWI interrupt.
 *
 * @details Performs all updates to the timer list.
 */
void SWI_IRQHandler(void)
{
    timer_list_handler();
}
Exemplo n.º 3
0
/**@brief Function for handling the SWI0 interrupt.
 *
 * @details Performs all updates to the timer list.
 */
void SWI0_IRQHandler(void)
{
	rbc_mesh_SWI0_IRQHandler();
    timer_list_handler();
}