Home
last modified time | relevance | path

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

/Kernel-v10.6.2/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-v10.6.2/portable/GCC/ARM7_AT91SAM7S/
Dioat91sam7x256.h2776 …UTO EQU (0x1 << 14) ;- (DBGU) Automatic Echo: Receiver Data Input is connected to the TXD pin.
2778 …DE_REMOTE EQU (0x3 << 14) ;- (DBGU) Remote Loopback: RXD pin is internally connected to TXD pin.
2885 AT91C_RSTC_RSTTYP_USER EQU (0x4 << 8) ;- (RSTC) User Reset. NRST pin detected low.
2887 AT91C_RSTC_NRSTL EQU (0x1 << 16) ;- (RSTC) NRST pin level
3156 AT91C_SSC_CKS_RK EQU (0x2) ;- (SSC) RK pin
3158 AT91C_SSC_CKO_NONE EQU (0x0 << 2) ;- (SSC) Receive/Transmit Clock Output Mode: None RK pin:…
3159 AT91C_SSC_CKO_CONTINOUS EQU (0x1 << 2) ;- (SSC) Continuous Receive/Transmit Clock RK pin: Output
3160 …TA_TX EQU (0x2 << 2) ;- (SSC) Receive/Transmit Clock only during data transfers RK pin: Output
3181 … EQU (0x0 << 20) ;- (SSC) Selected Receive/Transmit Frame Sync Signal: None RK pin Input-only
/Kernel-v10.6.2/
DHistory.txt285 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed