Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/GCC/RX100/
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