Home
last modified time | relevance | path

Searched refs:HAL_RCC_CAN1_CLK_ENABLED (Results 1 – 2 of 2) sorted by relevance

/bsp/stm32/stm32f407-robomaster-c/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c165 static uint32_t HAL_RCC_CAN1_CLK_ENABLED=0; variable
182 HAL_RCC_CAN1_CLK_ENABLED++; in HAL_CAN_MspInit()
183 if(HAL_RCC_CAN1_CLK_ENABLED==1){ in HAL_CAN_MspInit()
210 HAL_RCC_CAN1_CLK_ENABLED++; in HAL_CAN_MspInit()
211 if(HAL_RCC_CAN1_CLK_ENABLED==1){ in HAL_CAN_MspInit()
248 HAL_RCC_CAN1_CLK_ENABLED--; in HAL_CAN_MspDeInit()
249 if(HAL_RCC_CAN1_CLK_ENABLED==0){ in HAL_CAN_MspDeInit()
270 HAL_RCC_CAN1_CLK_ENABLED--; in HAL_CAN_MspDeInit()
271 if(HAL_RCC_CAN1_CLK_ENABLED==0){ in HAL_CAN_MspDeInit()
/bsp/stm32/stm32f427-robomaster-a/board/CubeMX_Config/Src/
A Dstm32f4xx_hal_msp.c146 static uint32_t HAL_RCC_CAN1_CLK_ENABLED=0; variable
163 HAL_RCC_CAN1_CLK_ENABLED++; in HAL_CAN_MspInit()
164 if(HAL_RCC_CAN1_CLK_ENABLED==1){ in HAL_CAN_MspInit()
191 HAL_RCC_CAN1_CLK_ENABLED++; in HAL_CAN_MspInit()
192 if(HAL_RCC_CAN1_CLK_ENABLED==1){ in HAL_CAN_MspInit()
229 HAL_RCC_CAN1_CLK_ENABLED--; in HAL_CAN_MspDeInit()
230 if(HAL_RCC_CAN1_CLK_ENABLED==0){ in HAL_CAN_MspDeInit()
251 HAL_RCC_CAN1_CLK_ENABLED--; in HAL_CAN_MspDeInit()
252 if(HAL_RCC_CAN1_CLK_ENABLED==0){ in HAL_CAN_MspDeInit()

Completed in 8 milliseconds