Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/IAR/STR91x/
Dport.c77 #define TOGGLE_LED( port, pin ) \ argument
78 if( ( ( ( ( port )->DR[ ( pin ) << 2 ] ) ) & ( pin ) ) != Bit_RESET ) \
80 ( port )->DR[ ( pin ) << 2 ] = 0x00; \
84 ( port )->DR[ ( pin ) << 2 ] = ( pin ); \
/Kernel-v11.1.0/portable/GCC/ARM7_AT91SAM7S/
Dioat91sam7x256.h2839 -( DBGU ) Automatic Echo: Receiver Data Input is connected to the TXD pin.
2843 -( DBGU ) Remote Loopback: RXD pin is internally connected to TXD pin.
3021 -( RSTC ) User Reset.NRST pin detected low.
3025 -( RSTC ) NRST pin level
3512 -( SSC ) RK pin
3516 … -( SSC ) Receive / Transmit Clock Output Mode:None RK pin: Input - only
3518 … -( SSC ) Continuous Receive / Transmit Clock RK pin:Output
3520 … -( SSC ) Receive / Transmit Clock only during data transfers RK pin:Output
3561 … -( SSC ) Selected Receive / Transmit Frame Sync Signal:None RK pin Input - only
/Kernel-v11.1.0/
DHistory.txt454 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed