Home
last modified time | relevance | path

Searched refs:ccr_SECM (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_dma.c1029 uint32_t ccr_SECM; in HAL_DMA_ConfigChannelAttributes() local
1064 ccr_SECM = DMA_CCR_SECM; in HAL_DMA_ConfigChannelAttributes()
1069 ccr_SECM = 0U; in HAL_DMA_ConfigChannelAttributes()
1078 ccr_SECM = DMA_CCR_SECM; in HAL_DMA_ConfigChannelAttributes()
1084 ccr_SECM = 0U; in HAL_DMA_ConfigChannelAttributes()
1096 if (ccr_SECM == 0U) in HAL_DMA_ConfigChannelAttributes()
1117 if (ccr_SECM == 0U) in HAL_DMA_ConfigChannelAttributes()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_dma.c1093 uint32_t ccr_SECM; in HAL_DMA_ConfigChannelAttributes() local
1128 ccr_SECM = DMA_CCR_SECM; in HAL_DMA_ConfigChannelAttributes()
1133 ccr_SECM = 0U; in HAL_DMA_ConfigChannelAttributes()
1142 ccr_SECM = DMA_CCR_SECM; in HAL_DMA_ConfigChannelAttributes()
1148 ccr_SECM = 0U; in HAL_DMA_ConfigChannelAttributes()
1160 if (ccr_SECM == 0U) in HAL_DMA_ConfigChannelAttributes()
1183 if (ccr_SECM == 0U) in HAL_DMA_ConfigChannelAttributes()