Searched refs:HAL_NVIC_SetPriority (Results 1 – 12 of 12) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/ |
| D | stm32u5xx_hal_msp.c | 158 HAL_NVIC_SetPriority(TAMP_IRQn, 0x4, 0); in HAL_RTC_MspInit()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/ |
| D | stm32l5xx_hal_cortex.h | 254 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_cortex.h | 254 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/ |
| D | stm32l5xx_hal_cortex.c | 192 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority) in HAL_NVIC_SetPriority() function
|
| D | stm32l5xx_hal.c | 245 HAL_NVIC_SetPriority(SysTick_IRQn, TickPriority, 0U); in HAL_InitTick()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_cortex.h | 264 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_cortex.c | 207 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority) in HAL_NVIC_SetPriority() function
|
| D | stm32h5xx_hal.c | 250 HAL_NVIC_SetPriority(SysTick_IRQn, TickPriority, 0U); in HAL_InitTick()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal.c | 253 HAL_NVIC_SetPriority(SysTick_IRQn, TickPriority, 0U); in HAL_InitTick()
|
| D | stm32u5xx_hal_cortex.c | 209 void HAL_NVIC_SetPriority(IRQn_Type IRQn, uint32_t PreemptPriority, uint32_t SubPriority) in HAL_NVIC_SetPriority() function
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/ |
| D | stm32h5xx_hal_msp.c | 455 HAL_NVIC_SetPriority(TAMP_IRQn, 0x4, 0); in HAL_RTC_MspInit()
|
| D | low_level_security.c | 1642 HAL_NVIC_SetPriority(RAMCFG_IRQn, 0x0U, 0x0U); in ram_init_cfg()
|