My Project
Loading...
Searching...
No Matches
RCC Extended APB1 Force Release Reset

Force or release APB1 peripheral reset. More...

Macros

#define __HAL_RCC_CAN1_FORCE_RESET()   (RCC->APB1RSTR |= (RCC_APB1RSTR_CANRST))
 
#define __HAL_RCC_CAN1_RELEASE_RESET()   (RCC->APB1RSTR &= ~(RCC_APB1RSTR_CANRST))
 

Detailed Description

Force or release APB1 peripheral reset.


Macro Definition Documentation

◆ __HAL_RCC_CAN1_FORCE_RESET

#define __HAL_RCC_CAN1_FORCE_RESET ( )    (RCC->APB1RSTR |= (RCC_APB1RSTR_CANRST))

◆ __HAL_RCC_CAN1_RELEASE_RESET

#define __HAL_RCC_CAN1_RELEASE_RESET ( )    (RCC->APB1RSTR &= ~(RCC_APB1RSTR_CANRST))