Overview of Low Layer drivers
Peripheral activation/deactivation management: Enable/disable a peripheral or
activate/deactivate specific peripheral features
LL_PPP{_CATEGORY}_Action{Item}
LL_PPP{_CATEGORY}_IsItemAction
Peripheral configuration management: Set/get a peripheral configuration settings
LL_PPP{_CATEGORY}_Set{ or
Peripheral register management: Write/read the content of a register/retrun DMA
relative register address
LL_PPP_DMA_GetRegAddr (PPP_TypeDef *PPPx,{Sub Instance if any ex: Channel} , {uint32_t Propriety})
68/1371
'x' corresponds to the group index and refers to the index of the modified register
on a given bus.
Table 22: Peripheral activation/deactivation management
Name
Table 23: Peripheral configuration management
Name
Get}ConfigItem
Table 24: Peripheral register management
LL_PPP_WriteReg(__INSTANCE__, __REG__, __VALUE__)
LL_PPP_ReadReg(__INSTANCE__, __REG__)
The Propriety is a variable used to identify the DMA transfer direction or the data
register type.
DocID028236 Rev 2
LL_ADC_Enable ()
LL_ADC_StartCalibration();
LL_ADC_IsCalibrationOnGoing;
LL_RCC_HSI_Enable ()
LL_RCC_HSI_IsReady()
Examples
LL_USART_SetBaudRate (USART2, Clock,
LL_USART_BAUDRATE_9600)
Name
UM1940
Examples
Need help?
Do you have a question about the STM32F2 and is the answer not in the manual?
Questions and answers