Searched refs:ccr (Results 1 – 2 of 2) sorted by relevance
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_dma.c | 1026 uint32_t ccr; in HAL_DMA_ConfigChannelAttributes() local 1043 ccr = READ_REG(hdma->Instance->CCR); in HAL_DMA_ConfigChannelAttributes() 1050 SET_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes() 1054 CLEAR_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes() 1076 SET_BIT(ccr, DMA_CCR_SECM); in HAL_DMA_ConfigChannelAttributes() 1082 CLEAR_BIT(ccr, DMA_CCR_SECM); in HAL_DMA_ConfigChannelAttributes() 1102 SET_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1107 CLEAR_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1125 SET_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1130 CLEAR_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() [all …]
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_dma.c | 1090 uint32_t ccr; in HAL_DMA_ConfigChannelAttributes() local 1107 ccr = READ_REG(hdma->Instance->CCR); in HAL_DMA_ConfigChannelAttributes() 1114 SET_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes() 1118 CLEAR_BIT(ccr, DMA_CCR_PRIV); in HAL_DMA_ConfigChannelAttributes() 1140 SET_BIT(ccr, DMA_CCR_SECM); in HAL_DMA_ConfigChannelAttributes() 1146 CLEAR_BIT(ccr, DMA_CCR_SECM); in HAL_DMA_ConfigChannelAttributes() 1168 SET_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1173 CLEAR_BIT(ccr, DMA_CCR_SSEC); in HAL_DMA_ConfigChannelAttributes() 1191 SET_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() 1196 CLEAR_BIT(ccr, DMA_CCR_DSEC); in HAL_DMA_ConfigChannelAttributes() [all …]
|