/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rcc.h | 1077 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1079 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1125 … SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 1127 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 1133 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1135 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1141 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM3EN); \ 1143 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM3EN); \ 1149 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_FDCAN1EN); \ 1151 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_FDCAN1EN); \ [all …]
|
D | stm32l5xx_ll_bus.h | 919 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 921 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1000 return ((READ_BIT(RCC->APB1ENR2, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1080 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rcc.h | 1378 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1380 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1386 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_DTSEN); \ 1388 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_DTSEN); \ 1394 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1396 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1402 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_FDCAN1EN); \ 1404 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_FDCAN1EN); \ 1410 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_UCPD1EN); \ 1412 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_UCPD1EN); \ [all …]
|
D | stm32u5xx_ll_bus.h | 1461 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1463 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1524 return ((READ_BIT(RCC->APB1ENR2, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1584 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rcc.h | 1238 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1240 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1321 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 1323 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 1330 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_SWPMI1EN); \ 1332 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_SWPMI1EN); \ 1339 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1341 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPTIM2EN); \ 1405 #define __HAL_RCC_I2C4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN) 1434 #define __HAL_RCC_LPUART1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN) [all …]
|
D | stm32l4xx_ll_bus.h | 1116 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1118 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1203 return ((READ_BIT(RCC->APB1ENR2, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1287 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_bus.h | 940 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 942 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1017 return ((READ_BIT(RCC->APB1ENR2, Periphs) == Periphs) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1091 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
D | stm32g4xx_hal_rcc.h | 988 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 990 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN); \ 997 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 999 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN); \ 1006 SET_BIT(RCC->APB1ENR2, RCC_APB1ENR2_UCPD1EN); \ 1008 … tmpreg = READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_UCPD1EN); \ 1064 #define __HAL_RCC_LPUART1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN) 1067 #define __HAL_RCC_I2C4_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR2, RCC_APB1ENR2_I2C4EN) 1070 #define __HAL_RCC_UCPD1_CLK_DISABLE() CLEAR_BIT(RCC->APB1ENR2, RCC_APB1ENR2_UCPD1EN) 1437 #define __HAL_RCC_LPUART1_IS_CLK_ENABLED() (READ_BIT(RCC->APB1ENR2, RCC_APB1ENR2_LPUART1EN) != … [all …]
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_bus.h | 962 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 964 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 1011 return ((READ_BIT(RCC->APB1ENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1056 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_bus.h | 938 SET_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 940 tmpreg = READ_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_EnableClock() 989 return ((READ_BIT(RCC->APB1ENR2, Periphs) == (Periphs)) ? 1UL : 0UL); in LL_APB1_GRP2_IsEnabledClock() 1036 CLEAR_BIT(RCC->APB1ENR2, Periphs); in LL_APB1_GRP2_DisableClock()
|
/hal_stm32-2.7.6/stm32cube/stm32wlxx/soc/ |
D | stm32wle4xx.h | 539 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wle5xx.h | 539 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wl54xx.h | 680 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wl55xx.h | 680 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/soc/ |
D | stm32wb50xx.h | 416 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wb30xx.h | 415 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wb35xx.h | 467 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/soc/ |
D | stm32l412xx.h | 524 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32l422xx.h | 525 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/soc/Include/ |
D | stm32wb10xx.h | 397 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32wb15xx.h | 407 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/soc/ |
D | stm32gbk1cb.h | 600 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32g431xx.h | 601 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32g441xx.h | 602 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|
D | stm32g4a1xx.h | 635 …__IO uint32_t APB1ENR2; /*!< RCC APB1 peripheral clocks enable register 2, … member
|