|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Functions | |
| void | HAL_NVIC_SetPriorityGrouping (uint32_t PriorityGroup) |
| void | HAL_NVIC_SetPriority (IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority) |
| void | HAL_NVIC_EnableIRQ (IRQn_Type IRQn) |
| void | HAL_NVIC_DisableIRQ (IRQn_Type IRQn) |
| void | HAL_NVIC_SystemReset (void) |
| uint32_t | HAL_SYSTICK_Config (uint32_t TicksNumb) |
| void HAL_NVIC_DisableIRQ | ( | IRQn_Type | IRQn | ) |
| void HAL_NVIC_EnableIRQ | ( | IRQn_Type | IRQn | ) |
Referenced by HAL_InitTick().
| void HAL_NVIC_SetPriority | ( | IRQn_Type | IRQn, |
| uint32_t | PreemptPriority, | ||
| uint32_t | SubPriority ) |
Referenced by HAL_InitTick().
| void HAL_NVIC_SetPriorityGrouping | ( | uint32_t | PriorityGroup | ) |
Referenced by HAL_Init().
| void HAL_NVIC_SystemReset | ( | void | ) |
| uint32_t HAL_SYSTICK_Config | ( | uint32_t | TicksNumb | ) |
Referenced by HAL_InitTick().