|
STM32L4xx_HAL_Driver
1.14.0
|
Functions | |
| static uint32_t | DFSDM_GetInjChannelsNbr (uint32_t Channels) |
| This function allows to get the number of injected channels. More... | |
| static uint32_t | DFSDM_GetChannelFromInstance (const DFSDM_Channel_TypeDef *Instance) |
| This function allows to get the channel number from channel instance. More... | |
| static void | DFSDM_RegConvStart (DFSDM_Filter_HandleTypeDef *hdfsdm_filter) |
| This function allows to really start regular conversion. More... | |
| static void | DFSDM_RegConvStop (DFSDM_Filter_HandleTypeDef *hdfsdm_filter) |
| This function allows to really stop regular conversion. More... | |
| static void | DFSDM_InjConvStart (DFSDM_Filter_HandleTypeDef *hdfsdm_filter) |
| This function allows to really start injected conversion. More... | |
| static void | DFSDM_InjConvStop (DFSDM_Filter_HandleTypeDef *hdfsdm_filter) |
| This function allows to really stop injected conversion. More... | |
| static void | DFSDM_DMARegularHalfConvCplt (DMA_HandleTypeDef *hdma) |
| DMA half transfer complete callback for regular conversion. More... | |
| static void | DFSDM_DMARegularConvCplt (DMA_HandleTypeDef *hdma) |
| DMA transfer complete callback for regular conversion. More... | |
| static void | DFSDM_DMAInjectedHalfConvCplt (DMA_HandleTypeDef *hdma) |
| DMA half transfer complete callback for injected conversion. More... | |
| static void | DFSDM_DMAInjectedConvCplt (DMA_HandleTypeDef *hdma) |
| DMA transfer complete callback for injected conversion. More... | |
| static void | DFSDM_DMAError (DMA_HandleTypeDef *hdma) |
| DMA error callback. More... | |
|
static |
DMA error callback.
| hdma | DMA handle. |
| None |
Definition at line 3315 of file stm32l4xx_hal_dfsdm.c.
|
static |
DMA transfer complete callback for injected conversion.
| hdma | DMA handle. |
| None |
Definition at line 3297 of file stm32l4xx_hal_dfsdm.c.
|
static |
DMA half transfer complete callback for injected conversion.
| hdma | DMA handle. |
| None |
Definition at line 3279 of file stm32l4xx_hal_dfsdm.c.
|
static |
DMA transfer complete callback for regular conversion.
| hdma | DMA handle. |
| None |
Definition at line 3261 of file stm32l4xx_hal_dfsdm.c.
|
static |
DMA half transfer complete callback for regular conversion.
| hdma | DMA handle. |
| None |
Definition at line 3243 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to get the channel number from channel instance.
| Instance | DFSDM channel instance. |
| Channel | number. |
Definition at line 3359 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to get the number of injected channels.
| Channels | bitfield of injected channels. |
| Number | of injected channels. |
Definition at line 3336 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to really start injected conversion.
| hdfsdm_filter | DFSDM filter handle. |
| None |
Definition at line 3490 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to really stop injected conversion.
| hdfsdm_filter | DFSDM filter handle. |
| None |
Definition at line 3534 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to really start regular conversion.
| hdfsdm_filter | DFSDM filter handle. |
| None |
Definition at line 3413 of file stm32l4xx_hal_dfsdm.c.
|
static |
This function allows to really stop regular conversion.
| hdfsdm_filter | DFSDM filter handle. |
| None |
Definition at line 3454 of file stm32l4xx_hal_dfsdm.c.