Home
last modified time | relevance | path

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

/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Src/
A Dfm33lc0xx_fl.c145 void FL_NVIC_Init(FL_NVIC_ConfigTypeDef *configStruct, IRQn_Type irq) in FL_NVIC_Init() argument
148 if(configStruct->preemptPriority > 3) in FL_NVIC_Init()
150 configStruct->preemptPriority = 3; in FL_NVIC_Init()
153 NVIC_SetPriority(irq, configStruct->preemptPriority); in FL_NVIC_Init()
A Dfm33lc0xx_fl_dma.c213 FL_ErrorStatus FL_DMA_StartTransmission(DMA_Type *DMAx, FL_DMA_ConfigTypeDef *configStruct, uint32_… in FL_DMA_StartTransmission() argument
216 FL_DMA_WriteTransmissionSize(DMAx, configStruct->transmissionCount, channel); in FL_DMA_StartTransmission()
218 FL_DMA_WriteMemoryAddress(DMAx, configStruct->memoryAddress, channel); in FL_DMA_StartTransmission()
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/src/
A Dapm32f0xx_usart.c144 temp |= (uint32_t)configStruct->mode | \ in USART_Config()
145 (uint32_t)configStruct->parity | \ in USART_Config()
146 (uint32_t)configStruct->wordLength; in USART_Config()
152 temp |= configStruct->stopBits; in USART_Config()
158 temp |= (uint32_t)configStruct->hardwareFlowCtrl; in USART_Config()
189 void USART_ConfigStructInit(USART_Config_T* configStruct) in USART_ConfigStructInit() argument
191 configStruct->baudRate = 9600; in USART_ConfigStructInit()
192 configStruct->wordLength = USART_WORD_LEN_8B; in USART_ConfigStructInit()
193 configStruct->stopBits = USART_STOP_BIT_1; in USART_ConfigStructInit()
194 configStruct->parity = USART_PARITY_NONE ; in USART_ConfigStructInit()
[all …]
/bsp/fm33lc026/libraries/FM33LC0xx_FL_Driver/Inc/
A Dfm33lc0xx_fl.h105 void FL_NVIC_Init(FL_NVIC_ConfigTypeDef *configStruct, IRQn_Type irq);
A Dfm33lc0xx_fl_dma.h1266 FL_ErrorStatus FL_DMA_StartTransmission(DMA_Type *DMAx, FL_DMA_ConfigTypeDef *configStruct, uint32_…
/bsp/apm32/libraries/APM32F0xx_Library/APM32F0xx_StdPeriphDriver/inc/
A Dapm32f0xx_usart.h369 void USART_Config(USART_T* uart, USART_Config_T* configStruct);
370 void USART_ConfigStructInit(USART_Config_T* configStruct);

Completed in 19 milliseconds