My Project
Loading...
Searching...
No Matches
Trigger Remapping Enable

Macros

#define __HAL_REMAPTRIGGER_ENABLE(__TRIGGER_REMAP__)
 Trigger remapping enable/disable macros.
 
#define __HAL_REMAPTRIGGER_DISABLE(__TRIGGER_REMAP__)
 

Detailed Description

Macro Definition Documentation

◆ __HAL_REMAPTRIGGER_DISABLE

#define __HAL_REMAPTRIGGER_DISABLE (   __TRIGGER_REMAP__)
Value:
do {assert_param(IS_HAL_REMAPTRIGGER((__TRIGGER_REMAP__))); \
(SYSCFG->CFGR1 &= ~(__TRIGGER_REMAP__)); \
}while(0U)
#define IS_HAL_REMAPTRIGGER(RMP)
Definition: stm32f3xx_hal.h:216
#define SYSCFG
Definition: stm32f303xe.h:951
#define assert_param(expr)
Uncomment the line below to expanse the "assert_param" macro in the HAL drivers code.
Definition: stm32f3xx_hal_conf.h:352

◆ __HAL_REMAPTRIGGER_ENABLE

#define __HAL_REMAPTRIGGER_ENABLE (   __TRIGGER_REMAP__)
Value:
do {assert_param(IS_HAL_REMAPTRIGGER((__TRIGGER_REMAP__))); \
(SYSCFG->CFGR1 |= (__TRIGGER_REMAP__)); \
}while(0U)

Trigger remapping enable/disable macros.

Parameters
__TRIGGER_REMAP__This parameter can be a value of HAL Trigger Remapping