Home
last modified time | relevance | path

Searched refs:RCFGLOCKR (Results 1 – 25 of 41) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_gpio.h829 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()
Dstm32n6xx_ll_dma.h6863 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/
Dstm32n6xx_hal_gpio.c758 GPIOx->RCFGLOCKR = (uint32_t)GPIO_Pin; in HAL_GPIO_LockPinAttributes()
773 return (GPIOx->RCFGLOCKR); in HAL_GPIO_GetLockPinAttributes()
Dstm32n6xx_hal_dma.c1635 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/
Dstm32h7rsxx_hal_dma.c1577 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/
Dstm32wbaxx_hal_dma.c1513 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/
Dstm32h5xx_hal_dma.c1526 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/
Dstm32u5xx_hal_dma.c1516 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/
Dstm32wbaxx_ll_dma.h3619 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/
Dstm32h5xx_ll_dma.h5403 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/
Dstm32u5xx_ll_dma.h5726 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/
Dstm32h7rsxx_ll_dma.h5456 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/
Dstm32wba52xx.h287 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
Dstm32wba54xx.h304 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
Dstm32wba5mxx.h304 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
Dstm32wba55xx.h304 …__IO uint32_t RCFGLOCKR; /*!< DMA secure and privilege lock register, Address offset: … member
/hal_stm32-latest/stm32cube/stm32h5xx/soc/
Dstm32h523xx.h457 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
Dstm32h562xx.h477 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
/hal_stm32-latest/stm32cube/stm32n6xx/soc/
Dstm32n645xx.h772 …__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
Dstm32n657xx.h849 …__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
Dstm32n655xx.h821 …__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
Dstm32n647xx.h800 …__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/
Dstm32u545xx.h425 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
Dstm32u535xx.h386 …__IO uint32_t RCFGLOCKR; /*!< DMA lock configuration register, Address offset: 0… member
/hal_stm32-latest/stm32cube/stm32h7rsxx/soc/
Dstm32h7r3xx.h531 …__IO uint32_t RCFGLOCKR; /*!< DMA configuration lock register, Address offset:… member

12