Searched refs:OutputType (Results 1 – 2 of 2) sorted by relevance
212 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()
79 uint32_t OutputType; /*!< Specifies the operating output type for the selected pins. member343 …IC_INLINE void LL_GPIO_SetPinOutputType(GPIO_TypeDef *GPIOx, uint32_t PinMask, uint32_t OutputType) in LL_GPIO_SetPinOutputType() argument345 MODIFY_REG(GPIOx->OTYPER, PinMask, (PinMask * OutputType)); in LL_GPIO_SetPinOutputType()
Completed in 6 milliseconds