Home
last modified time | relevance | path

Searched refs:RCC_APBSMENR1_FDCANSMEN (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h2026 #define __HAL_RCC_FDCAN_CLK_SLEEP_ENABLE() SET_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN)
2090 #define __HAL_RCC_FDCAN_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN)
2285 …L_RCC_FDCAN_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN) != RESE…
2357 …L_RCC_FDCAN_IS_CLK_SLEEP_DISABLED() (READ_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN) == RESE…
/hal_stm32-3.4.0/stm32cube/stm32g0xx/soc/
Dstm32g0b1xx.h6730 #define RCC_APBSMENR1_FDCANSMEN RCC_APBSMENR1_FDCANSMEN_Msk macro
Dstm32g0c1xx.h6984 #define RCC_APBSMENR1_FDCANSMEN RCC_APBSMENR1_FDCANSMEN_Msk macro