| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Src/ |
| A D | hal_gpio.c | 69 return (GPIOx->ODR & pins); in GPIO_ReadOutDataBit() 77 void GPIO_SetBits(GPIO_Type * GPIOx, uint16_t pins) in GPIO_SetBits() argument 79 GPIOx->BSRR = pins; in GPIO_SetBits() 82 void GPIO_ClearBits(GPIO_Type * GPIOx, uint16_t pins) in GPIO_ClearBits() argument 84 GPIOx->BRR = pins; in GPIO_ClearBits() 89 (val != 0u) ? (GPIOx->BSRR = pins) : (GPIOx->BRR = pins); in GPIO_WriteBit() 99 (enable_lock) ? (GPIOx->LCKR |= pins) : (GPIOx->LCKR &= ~pins); in GPIO_PinLock() 102 void GPIO_PinLockConf(GPIO_Type * GPIOx, uint16_t pins) in GPIO_PinLockConf() argument 105 GPIOx->LCKR = pins; in GPIO_PinLockConf() 118 if ( ( (1u << idx) & pins) != 0u ) in GPIO_PinAFConf() [all …]
|
| /bsp/mm32/libraries/MM32F3270_HAL/MM32F3270_HAL_Driver/Inc/ |
| A D | hal_gpio.h | 120 void GPIO_SetBits(GPIO_Type * GPIOx, uint16_t pins); 129 void GPIO_ClearBits(GPIO_Type * GPIOx, uint16_t pins); 139 void GPIO_WriteBit(GPIO_Type * GPIOx, uint16_t pins, uint16_t val); 158 void GPIO_PinLock(GPIO_Type * GPIOx, uint16_t pins, bool enable_lock); 167 void GPIO_PinLockConf(GPIO_Type * GPIOx, uint16_t pins); 176 bool GPIO_ReadInDataBit(GPIO_Type * GPIOx, uint16_t pins); 185 bool GPIO_ReadOutDataBit(GPIO_Type * GPIOx, uint16_t pins); 211 void GPIO_PinAFConf(GPIO_Type* GPIOx, uint16_t pins, uint8_t alternate_function);
|
| /bsp/xuantie/libraries/xuantie_libraries/chip_riscv_dummy/src/drivers/ |
| A D | gpio_pin.c | 46 static void gpio_manage_callback(csi_gpio_t *gpio, uint32_t pins, void *arg) in gpio_manage_callback() argument 52 if (pins == 0U) { in gpio_manage_callback() 59 while (!(pins & 0x1U)) { in gpio_manage_callback() 60 pins >>= 1U; in gpio_manage_callback() 68 pins >>= 1U; in gpio_manage_callback() 70 } while (pins); in gpio_manage_callback()
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_gpio.c | 392 void GPIO_PortOutClear(GPIO_Port_TypeDef port, uint32_t pins) in GPIO_PortOutClear() argument 396 GPIO->P[port].DOUTCLR = pins & _GPIO_P_DOUTCLR_DOUTCLR_MASK; in GPIO_PortOutClear() 433 void GPIO_PortOutSet(GPIO_Port_TypeDef port, uint32_t pins) in GPIO_PortOutSet() argument 437 GPIO->P[port].DOUTSET = pins & _GPIO_P_DOUTSET_DOUTSET_MASK; in GPIO_PortOutSet() 482 void GPIO_PortOutToggle(GPIO_Port_TypeDef port, uint32_t pins) in GPIO_PortOutToggle() argument 486 GPIO->P[port].DOUTTGL = pins & _GPIO_P_DOUTTGL_DOUTTGL_MASK; in GPIO_PortOutToggle()
|
| /bsp/microchip/samc21/ |
| A D | README.md | 7 - Pin: N=100 pins, J=64 pins, G=48 pins, E=32 pins 52 - Up to 84 programmable I/O pins
|
| A D | README_zh.md | 7 - 管脚: N系列-100 pins, J系列-64 pins, G系列-48 pins, E系列-32 pins
|
| /bsp/microchip/saml10/ |
| A D | README.md | 6 - Pin: E=32 pins, D=24pins 55 - Up to four tamper pins for static and dynamic intrusion detections 70 …- Secure pin multiplexing to isolate on dedicated I/O pins a secured communication with external d… 126 - 24-pin VQFN(4*4mm/17 I/O pins) 127 - 32-pin VQFN(5*5mm/25 I/O pins) 128 - 32-pin TQFP(7*7mm/17 I/O pins) 129 - 32-pin WLCSP(2.79*2.79mm/25 I/O pins)
|
| A D | README_zh.md | 6 - 管脚: E=32 pins, D=24pins 55 - Up to four tamper pins for static and dynamic intrusion detections 70 …- Secure pin multiplexing to isolate on dedicated I/O pins a secured communication with external d… 126 - 24-pin VQFN(4*4mm/17 I/O pins) 127 - 32-pin VQFN(5*5mm/25 I/O pins) 128 - 32-pin TQFP(7*7mm/17 I/O pins) 129 - 32-pin WLCSP(2.79*2.79mm/25 I/O pins)
|
| /bsp/tm4c123bsp/libraries/Drivers/ |
| A D | drv_gpio.c | 24 static const struct pin_index pins[] = variable 47 if (pin < ITEM_NUM(pins)) in get_pin() 49 index = &pins[pin]; in get_pin()
|
| /bsp/w60x/drivers/ |
| A D | pin_map.c | 25 static const rt_int16_t pins[] = variable 138 if (pin_index < WM_PIN_NUM(pins)) in wm_get_pin() 140 gpio_pin = pins[pin_index]; in wm_get_pin()
|
| /bsp/microchip/samd51-adafruit-metro-m4/ |
| A D | README.md | 7 - Pin: G=48 pins, J=64 pins, N=100 pins, P=128 pins 74 - Up to 4 wake-up pins with tamper detection and debouncing filter 100 - Up to 99 programmable I/O pins
|
| A D | README_zh.md | 7 - 管脚: G系列-48 pins, J系列-64 pins, N系列-100 pins, P系列-128 pins 74 - Up to 4 wake-up pins with tamper detection and debouncing filter
|
| /bsp/microchip/samd51-seeed-wio-terminal/ |
| A D | README.md | 9 - Pin: G=48 pins, J=64 pins, N=100 pins, P=128 pins 77 - Up to 4 wake-up pins with tamper detection and debouncing filter 103 - Up to 99 programmable I/O pins
|
| A D | README_zh.md | 9 - 管脚:G 系列-48 pins,J 系列-64 pins,N 系列-100 pins,P 系列-128 pins 77 - Up to 4 wake-up pins with tamper detection and debouncing filter
|
| /bsp/microchip/same54/ |
| A D | README.md | 6 - Pin: G=48 pins, J=64 pins, N=100 pins, P=128 pins 68 - Up to 4 wake-up pins with tamper detection and debouncing filter 92 - Up to 99 programmable I/O pins
|
| A D | README_zh.md | 6 - 管脚: G系列-48 pins, J系列-64 pins, N系列-100 pins, P系列-128 pins 68 - Up to 4 wake-up pins with tamper detection and debouncing filter
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_gpio.h | 421 void GPIO_PortOutClear(GPIO_Port_TypeDef port, uint32_t pins); 423 void GPIO_PortOutSet(GPIO_Port_TypeDef port, uint32_t pins); 425 void GPIO_PortOutToggle(GPIO_Port_TypeDef port, uint32_t pins);
|
| /bsp/stm32/stm32f412-st-nucleo/applications/arduino_pinout/ |
| A D | README.md | 23 This board complies with Arduino UNO pins layout. For more details, please take a look at: [pins_ar… 68 I2C bus is `SCL/D15` and `SDA/D14` pins. Users can directly include the `#include <Wire.h>`, which … 72 …pins printed on the board. These `D11`, `D12` and `D13` pins It is taken over by the RT-Thread SPI…
|
| /bsp/maxim/max32660-evsys/ |
| A D | README.md | 48 
|
| /bsp/microchip/same70/ |
| A D | README_zh.md | 8 - 管脚: J系列-64 pins, N系列-100 pins, Q系列-144 pins
|
| A D | README.md | 8 - Pin: J=64 pins, N=100 pins, Q=144 pins
|
| /bsp/nrf5x/libraries/drivers/ |
| A D | drv_gpio.c | 15 static const struct pin_index pins[] = variable 90 if (pin < ITEM_NUM(pins)) in get_pin() 92 index = &pins[pin]; in get_pin()
|
| /bsp/renesas/docs/ |
| A D | RA_Series_Uses_FSP_to_Configure_Peripheral_Drivers.md | 152 …Pins to configure the port pins. **Note: Do not configure the SSLx chip select pins here, the cont… 173 2. Configure the pins corresponding to the scan channel 213 5. Here, the corresponding pins of the two output ports under the GPT channel are set. 214 3. Configure output pins 218 … in the figure to ``GTIOCA or GTIOCB`` , and set the corresponding output pins of the two output p… 254 3. Set the SDHI interrupt and pins
|
| /bsp/microchip/samd51-adafruit-metro-m4/bsp/hal/documentation/ |
| A D | usart_async.rst | 18 User can set action for flow control pins by function usart_set_flow_control, 22 Note that user can set state of flow control pins only if automatic support of
|
| /bsp/microchip/samc21/bsp/hal/documentation/ |
| A D | usart_async.rst | 18 User can set action for flow control pins by function usart_set_flow_control, 22 Note that user can set state of flow control pins only if automatic support of
|