Home
last modified time | relevance | path

Searched refs:OutputType (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_ll_gpio.c212 assert_param(IS_LL_GPIO_OUTPUT_TYPE(GPIO_InitStruct->OutputType)); in LL_GPIO_Init()
215 LL_GPIO_SetPinOutputType(GPIOx, currentpin, GPIO_InitStruct->OutputType); in LL_GPIO_Init()
259 GPIO_InitStruct->OutputType = LL_GPIO_OUTPUT_PUSHPULL; in LL_GPIO_StructInit()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_ll_gpio.h79 uint32_t OutputType; /*!< Specifies the operating output type for the selected pins. member
343 …IC_INLINE void LL_GPIO_SetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t PinMask, uint32_t OutputType) in LL_GPIO_SetPinOutputType() argument
345 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()

Completed in 6 milliseconds