Searched refs:pin (Results 1 – 3 of 3) sorted by relevance
77 #define TOGGLE_LED(port,pin) \ argument78 if ( ((((port)->DR[(pin)<<2])) & (pin)) != Bit_RESET ) \80 (port)->DR[(pin) <<2] = 0x00; \84 (port)->DR[(pin) <<2] = (pin); \
2776 …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 level3156 AT91C_SSC_CKS_RK EQU (0x2) ;- (SSC) RK pin3158 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: Output3160 …TA_TX EQU (0x2 << 2) ;- (SSC) Receive/Transmit Clock only during data transfers RK pin: Output3181 … EQU (0x0 << 20) ;- (SSC) Selected Receive/Transmit Frame Sync Signal: None RK pin Input-only
285 used in the CI Action. Also, pin the version of uncrustify in CI. Contributed