|
STM32G474xx HAL用户手册
|
定义 | |
| #define | LL_IWDG_KEY_RELOAD 0x0000AAAAU |
| #define | LL_IWDG_KEY_ENABLE 0x0000CCCCU |
| #define | LL_IWDG_KEY_WR_ACCESS_ENABLE 0x00005555U |
| #define | LL_IWDG_KEY_WR_ACCESS_DISABLE 0x00000000U |
| #define LL_IWDG_KEY_ENABLE 0x0000CCCCU |
| #define LL_IWDG_KEY_RELOAD 0x0000AAAAU |
IWDG重载计数器使能
Definition at line 47 of file stm32g4xx_ll_iwdg.h.
Referenced by LL_IWDG_ReloadCounter().
| #define LL_IWDG_KEY_WR_ACCESS_DISABLE 0x00000000U |
IWDG KR写访问禁用
Definition at line 50 of file stm32g4xx_ll_iwdg.h.
Referenced by LL_IWDG_DisableWriteAccess().
| #define LL_IWDG_KEY_WR_ACCESS_ENABLE 0x00005555U |
IWDG KR写访问启用
Definition at line 49 of file stm32g4xx_ll_iwdg.h.
Referenced by LL_IWDG_EnableWriteAccess().
1.7.6.1