Home
last modified time | relevance | path

Searched refs:initTypedef (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/adapter/platform/uart/
H A Duart_stm32f4xx.c146 LL_USART_InitTypeDef initTypedef; member
328 LL_USART_InitTypeDef *initTypedef = NULL; in InitUartDevice() local
342 initTypedef = &uartDevice->initTypedef; in InitUartDevice()
343 if (initTypedef == NULL) { in InitUartDevice()
353 initRet = LL_USART_Init(g_usartRegMap[uartDevice->uartId - 1], initTypedef); in InitUartDevice()
467 device->initTypedef.BaudRate = resource->baudRate; in GetUartDeviceResource()
468 device->initTypedef.DataWidth = g_dataWidthMap[resource->dataWidth]; in GetUartDeviceResource()
469 device->initTypedef.HardwareFlowControl = g_flowControlMap[resource->flowCtrl]; in GetUartDeviceResource()
470 device->initTypedef in GetUartDeviceResource()
[all...]

Completed in 2 milliseconds