Searched refs:outputType (Results 1 – 6 of 6) sorted by relevance
21 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()29 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()39 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()47 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()57 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()65 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_UART_GPIO_Init()82 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_SPI_GPIO_Init()92 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in FL_SPI_GPIO_Init()
135 assert_param(IS_FL_GPIO_OPENDRAIN(initStruct->outputType)); in FL_GPIO_Init()167 if(initStruct->outputType == FL_GPIO_OUTPUT_PUSHPULL) in FL_GPIO_Init()217 initStruct->outputType = FL_GPIO_OUTPUT_OPENDRAIN; in FL_GPIO_StructInit()
182 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in fm33_pin_mode()356 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in fm33_pin_irq_enable()
576 void RTC_ConfigOutputType(RTC_OUTPUT_T outputType);
1666 void RTC_ConfigOutputType(RTC_OUTPUT_T outputType) in RTC_ConfigOutputType() argument1668 RTC->TACFG_B.ALRMOT = outputType; in RTC_ConfigOutputType()
57 uint32_t outputType; member
Completed in 23 milliseconds