/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_gpio.h | 829 MODIFY_REG(GPIOx->RCFGLOCKR, 0U, PinMask); in LL_GPIO_LockResourcePin() 858 return ((READ_BIT(GPIOx->RCFGLOCKR, PinMask) == (PinMask)) ? 1UL : 0UL); in LL_GPIO_IsResourcePinLocked() 869 return ((GPIOx->RCFGLOCKR == 0x00000000U) ? 0UL : 1UL); in LL_GPIO_IsAnyResourcePinLocked()
|
D | stm32n6xx_ll_dma.h | 6863 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 6893 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_gpio.c | 758 GPIOx->RCFGLOCKR = (uint32_t)GPIO_Pin; in HAL_GPIO_LockPinAttributes() 773 return (GPIOx->RCFGLOCKR); in HAL_GPIO_GetLockPinAttributes()
|
D | stm32n6xx_hal_dma.c | 1635 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1667 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_dma.c | 1577 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1609 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_dma.c | 1513 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1545 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_dma.c | 1526 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1558 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_dma.c | 1516 p_dma_instance->RCFGLOCKR |= channel_idx; in HAL_DMA_LockChannelAttributes() 1548 …*pLockState = ((p_dma_instance->RCFGLOCKR & channel_idx) == 0U) ? DMA_CHANNEL_ATTRIBUTE_UNLOCKED :… in HAL_DMA_GetLockChannelAttributes()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_dma.h | 3619 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 3641 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_dma.h | 5403 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 5426 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_dma.h | 5726 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 5756 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_dma.h | 5456 SET_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))); in LL_DMA_EnableChannelLockAttribute() 5486 return ((READ_BIT(DMAx->RCFGLOCKR, (DMA_RCFGLOCKR_LOCK0 << (Channel & 0x0000000FU))) in LL_DMA_IsEnabledChannelLockAttribute()
|
/hal_stm32-latest/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 | stm32wba5mxx.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-latest/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 457 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32h562xx.h | 477 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
/hal_stm32-latest/stm32cube/stm32n6xx/soc/ |
D | stm32n645xx.h | 772 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset: … member 1388 …__IO uint32_t RCFGLOCKR; /*!< GPIO port resource configuration register, Address offset: 0x3… member
|
D | stm32n657xx.h | 849 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset: … member 1465 …__IO uint32_t RCFGLOCKR; /*!< GPIO port resource configuration register, Address offset: 0x3… member
|
D | stm32n655xx.h | 821 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset: … member 1437 …__IO uint32_t RCFGLOCKR; /*!< GPIO port resource configuration register, Address offset: 0x3… member
|
D | stm32n647xx.h | 800 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset: … member 1416 …__IO uint32_t RCFGLOCKR; /*!< GPIO port resource configuration register, Address offset: 0x3… member
|
/hal_stm32-latest/stm32cube/stm32u5xx/soc/ |
D | stm32u545xx.h | 425 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
D | stm32u535xx.h | 386 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 531 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset:… member
|