Home
last modified time | relevance | path

Searched defs:Pin (Results 1 – 25 of 35) sorted by relevance

12

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_gpio.h66 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
274 __STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) in LL_GPIO_SetPinMode()
308 __STATIC_INLINE uint32_t LL_GPIO_GetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinMode()
377 __STATIC_INLINE uint32_t LL_GPIO_GetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinOutputType()
414 __STATIC_INLINE void LL_GPIO_SetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Speed) in LL_GPIO_SetPinSpeed()
451 __STATIC_INLINE uint32_t LL_GPIO_GetPinSpeed(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinSpeed()
485 __STATIC_INLINE void LL_GPIO_SetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Pull) in LL_GPIO_SetPinPull()
517 __STATIC_INLINE uint32_t LL_GPIO_GetPinPull(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetPinPull()
557 __STATIC_INLINE void LL_GPIO_SetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Alternate) in LL_GPIO_SetAFPin_0_7()
594 __STATIC_INLINE uint32_t LL_GPIO_GetAFPin_0_7(GPIO_TypeDef *GPIOx, uint32_t Pin) in LL_GPIO_GetAFPin_0_7()
[all …]
A Dstm32l1xx_ll_system.h503 __STATIC_INLINE void LL_SYSCFG_EnableLCDCapacitanceConnection(uint32_t Pin) in LL_SYSCFG_EnableLCDCapacitanceConnection()
519 __STATIC_INLINE void LL_SYSCFG_DisableLCDCapacitanceConnection(uint32_t Pin) in LL_SYSCFG_DisableLCDCapacitanceConnection()
1376 __STATIC_INLINE void LL_RI_EnableHysteresis(uint32_t Port, uint32_t Pin) in LL_RI_EnableHysteresis()
1442 __STATIC_INLINE void LL_RI_DisableHysteresis(uint32_t Port, uint32_t Pin) in LL_RI_DisableHysteresis()
1504 __STATIC_INLINE void LL_RI_ControlSwitchByADC(uint32_t Port, uint32_t Pin) in LL_RI_ControlSwitchByADC()
1567 __STATIC_INLINE void LL_RI_ControlSwitchByTIM(uint32_t Port, uint32_t Pin) in LL_RI_ControlSwitchByTIM()
1630 __STATIC_INLINE void LL_RI_MaskChannelDuringAcquisition(uint32_t Port, uint32_t Pin) in LL_RI_MaskChannelDuringAcquisition()
1693 __STATIC_INLINE void LL_RI_UnmaskChannelDuringAcquisition(uint32_t Port, uint32_t Pin) in LL_RI_UnmaskChannelDuringAcquisition()
1756 __STATIC_INLINE void LL_RI_IdentifyChannelIO(uint32_t Port, uint32_t Pin) in LL_RI_IdentifyChannelIO()
1819 __STATIC_INLINE void LL_RI_IdentifySamplingCapacitorIO(uint32_t Port, uint32_t Pin) in LL_RI_IdentifySamplingCapacitorIO()
A Dstm32l1xx_hal_gpio.h50 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
/bsp/airm2m/air105/libraries/HAL_Driver/Src/
A Dcore_gpio.c128 void __FUNC_IN_RAM__ GPIO_Config(uint32_t Pin, uint8_t IsInput, uint8_t InitValue) in GPIO_Config()
146 void __FUNC_IN_RAM__ GPIO_ODConfig(uint32_t Pin, uint8_t InitValue) in GPIO_ODConfig()
164 void __FUNC_IN_RAM__ GPIO_PullConfig(uint32_t Pin, uint8_t IsPull, uint8_t IsUp) in GPIO_PullConfig()
178 void GPIO_ExtiConfig(uint32_t Pin, uint8_t IsLevel, uint8_t IsRiseHigh, uint8_t IsFallLow) in GPIO_ExtiConfig()
214 void __FUNC_IN_RAM__ GPIO_Iomux(uint32_t Pin, uint32_t Function) in GPIO_Iomux()
222 void __FUNC_IN_RAM__ GPIO_Output(uint32_t Pin, uint8_t Level) in GPIO_Output()
245 uint8_t __FUNC_IN_RAM__ GPIO_Input(uint32_t Pin) in GPIO_Input()
/bsp/n32/libraries/N32WB452_Firmware_Library/n32wb452_std_periph_driver/src/
A Dn32wb452_gpio.c282 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
321 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
358 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
366 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
381 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
400 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
436 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32G4FR_Firmware_Library/n32g4fr_std_periph_driver/src/
A Dn32g4fr_gpio.c282 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
321 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
358 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
366 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
381 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
400 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
436 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
A Dn32g4fr_qspi.c192 static void QSPI_SingleGpioConfig(GPIO_Module* GPIOx, uint16_t Pin) in QSPI_SingleGpioConfig()
/bsp/n32/libraries/N32G45x_Firmware_Library/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c292 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
331 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
368 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
376 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
391 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
410 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
446 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
A Dn32g45x_qspi.c192 static void QSPI_SingleGpioConfig(GPIO_Module* GPIOx, uint16_t Pin) in QSPI_SingleGpioConfig()
/bsp/n32g452xx/Libraries/N32_Std_Driver/n32g45x_std_periph_driver/src/
A Dn32g45x_gpio.c292 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
331 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
368 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
376 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
391 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
410 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
446 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
A Dn32g45x_qspi.c198 static void QSPI_SingleGpioConfig(GPIO_Module* GPIOx, uint16_t Pin) in QSPI_SingleGpioConfig()
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/src/
A Dn32l43x_gpio.c387 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
426 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
463 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
471 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
486 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
505 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
541 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/src/
A Dn32l40x_gpio.c387 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
426 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
463 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
471 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
486 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
505 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
541 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
/bsp/n32/libraries/N32G43x_Firmware_Library/n32g43x_std_periph_driver/src/
A Dn32g43x_gpio.c387 uint8_t GPIO_ReadInputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadInputDataBit()
426 uint8_t GPIO_ReadOutputDataBit(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ReadOutputDataBit()
463 void GPIO_SetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_SetBits()
471 void GPIO_SetBitsHigh16(GPIO_Module* GPIOx, uint32_t Pin) in GPIO_SetBitsHigh16()
486 void GPIO_ResetBits(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ResetBits()
505 void GPIO_WriteBit(GPIO_Module* GPIOx, uint16_t Pin, Bit_OperateType BitCmd) in GPIO_WriteBit()
541 void GPIO_ConfigPinLock(GPIO_Module* GPIOx, uint16_t Pin) in GPIO_ConfigPinLock()
/bsp/zynqmp-r5-axu4ev/drivers/Zynq_HAL_Driver/gpiops_v3_7/
A Dxgpiops_intr.c108 void XGpioPs_IntrEnablePin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_IntrEnablePin()
181 void XGpioPs_IntrDisablePin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_IntrDisablePin()
259 u32 XGpioPs_IntrGetEnabledPin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_IntrGetEnabledPin()
332 u32 XGpioPs_IntrGetStatusPin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_IntrGetStatusPin()
405 void XGpioPs_IntrClearPin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_IntrClearPin()
556 void XGpioPs_SetIntrTypePin(const XGpioPs *InstancePtr, u32 Pin, u8 IrqType) in XGpioPs_SetIntrTypePin()
644 u8 XGpioPs_GetIntrTypePin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_GetIntrTypePin()
A Dxgpiops.c235 u32 XGpioPs_ReadPin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_ReadPin()
307 void XGpioPs_WritePin(const XGpioPs *InstancePtr, u32 Pin, u32 Data) in XGpioPs_WritePin()
399 void XGpioPs_SetDirectionPin(const XGpioPs *InstancePtr, u32 Pin, u32 Direction) in XGpioPs_SetDirectionPin()
481 u32 XGpioPs_GetDirectionPin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_GetDirectionPin()
557 void XGpioPs_SetOutputEnablePin(const XGpioPs *InstancePtr, u32 Pin, u32 OpEnable) in XGpioPs_SetOutputEnablePin()
640 u32 XGpioPs_GetOutputEnablePin(const XGpioPs *InstancePtr, u32 Pin) in XGpioPs_GetOutputEnablePin()
/bsp/raspberry-pico/RP2040/board/ports/lcd/
A Ddrv_lcd.c302 void DEV_Digital_Write(UWORD Pin, UBYTE Value) in DEV_Digital_Write()
307 UBYTE DEV_Digital_Read(UWORD Pin) in DEV_Digital_Read()
315 void DEV_GPIO_Mode(UWORD Pin, UWORD Mode) in DEV_GPIO_Mode()
/bsp/Vango/v85xx/Libraries/VangoV85xx_standard_peripheral/Include/
A Dlib_lcd.h26 uint16_t Pin; member
33 uint16_t Pin; member
/bsp/acm32/acm32f0x0-nucleo/libraries/HAL_Driver/Inc/
A DHAL_GPIO.h127 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
/bsp/acm32/acm32f4xx-nucleo/libraries/HAL_Driver/Inc/
A DHAL_GPIO.h129 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member
/bsp/Vango/v85xxp/Libraries/VangoV85xxP_standard_peripheral/Include/
A Dlib_lcd.h26 uint16_t Pin; member
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_pmu.h680 __STATIC_INLINE uint32_t FL_PMU_IsActiveFlag_WakeupPIN(PMU_Type *PMUx, uint32_t Pin) in FL_PMU_IsActiveFlag_WakeupPIN()
700 __STATIC_INLINE void FL_PMU_ClearFlag_WakeupPIN(PMU_Type *PMUx, uint32_t Pin) in FL_PMU_ClearFlag_WakeupPIN()
/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/src/
A Dht32f5xxxx_pwrcu.c791 void PWRCU_WakeupMultiPinCmd(PWRCU_WUP_Enum Pin, PWRCU_WUPTYPE_Enum Type, ControlStatus NewState) in PWRCU_WakeupMultiPinCmd()
/bsp/nxp/lpc/lpc178x/drivers/
A Dlpc177x_8x_uart.c1119 UART_MODEM_PIN_Type Pin, in UART_FullModemForcePinState()
/bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/
A Dtae32f53xx_ll_gpio.h177 uint32_t Pin; /*!< Specifies the GPIO pins to be configured. member

Completed in 887 milliseconds

12