Home
last modified time | relevance | path

Searched refs:outputType (Results 1 – 6 of 6) sorted by relevance

/bsp/fm33lc026/board/
A Dboard.c21 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()
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl_gpio.c135 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()
/bsp/fm33lc026/libraries/HAL_Drivers/
A Ddrv_gpio.c182 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in fm33_pin_mode()
356 GPIO_InitStruct.outputType = FL_GPIO_OUTPUT_PUSHPULL; in fm33_pin_irq_enable()
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/inc/
A Dapm32f4xx_rtc.h576 void RTC_ConfigOutputType(RTC_OUTPUT_T outputType);
/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_rtc.c1666 void RTC_ConfigOutputType(RTC_OUTPUT_T outputType) in RTC_ConfigOutputType() argument
1668 RTC->TACFG_B.ALRMOT = outputType; in RTC_ConfigOutputType()
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl_gpio.h57 uint32_t outputType; member

Completed in 23 milliseconds