Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc.h2060 #define __HAL_RCC_FDCAN_CLK_SLEEP_ENABLE() SET_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN)
2124 #define __HAL_RCC_FDCAN_CLK_SLEEP_DISABLE() CLEAR_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN)
2319 …L_RCC_FDCAN_IS_CLK_SLEEP_ENABLED() (READ_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN) != RESE…
2391 …L_RCC_FDCAN_IS_CLK_SLEEP_DISABLED() (READ_BIT(RCC->APBSMENR1, RCC_APBSMENR1_FDCANSMEN) == RESE…
/hal_stm32-latest/stm32cube/stm32g0xx/soc/
Dstm32g0c1xx.h6990 #define RCC_APBSMENR1_FDCANSMEN RCC_APBSMENR1_FDCANSMEN_Msk macro
Dstm32g0b1xx.h6736 #define RCC_APBSMENR1_FDCANSMEN RCC_APBSMENR1_FDCANSMEN_Msk macro