/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma.c | 1511 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1543 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma.c | 1541 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1573 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma.c | 1537 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1569 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_dma.h | 3621 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 3643 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 5724 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 5754 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 5393 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 5416 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-3.6.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 287 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
|
D | stm32wba54xx.h | 304 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
|
D | stm32wba55xx.h | 304 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
|
/hal_stm32-3.6.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 386 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u545xx.h | 425 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u575xx.h | 397 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5f7xx.h | 411 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u595xx.h | 403 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5a5xx.h | 443 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u585xx.h | 437 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u599xx.h | 410 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5g7xx.h | 451 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5a9xx.h | 450 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5f9xx.h | 412 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u5g9xx.h | 452 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
/hal_stm32-3.6.0/stm32cube/stm32h5xx/soc/ |
D | stm32h562xx.h | 476 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32h563xx.h | 481 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32h573xx.h | 519 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|