Home
last modified time | relevance | path

Searched refs:vPortSoftwareInterruptISR (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Kernel/portable/GCC/RX100/
A Dport.c102 R_BSP_PRAGMA_INTERRUPT( vPortSoftwareInterruptISR, VECT( ICU, SWINT ) )
103 R_BSP_ATTRIB_INTERRUPT void vPortSoftwareInterruptISR( void ) __attribute__( ( naked ) );
107 void vPortSoftwareInterruptISR( void ) __attribute__( ( naked ) );
340 void vPortSoftwareInterruptISR( void ) in vPortSoftwareInterruptISR() function

Completed in 662 milliseconds