Home
last modified time | relevance | path

Searched refs:TICK_INT_PRIORITY (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/nucleo_l552ze_q/include/
Dstm32l5xx_hal_conf.h171 #define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority (lowest by… macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32l562e_dk/include/
Dstm32l5xx_hal_conf.h171 #define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority (lowest by… macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/b_u585i_iot02a/include/
Dstm32u5xx_hal_conf.h171 #define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority… macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/stm32h573i_dk/include/
Dstm32h5xx_hal_conf.h176 #define TICK_INT_PRIORITY ((1UL<<__NVIC_PRIO_BITS) - 1UL) /*!< tick interrupt priority… macro
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal.c156 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
Dstm32u5xx_hal_rcc.c520 return (HAL_InitTick(TICK_INT_PRIORITY)); in HAL_RCC_DeInit()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal.c150 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal.c148 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_Init()
Dstm32h5xx_hal_rcc.c416 if (HAL_InitTick(TICK_INT_PRIORITY) != HAL_OK) in HAL_RCC_DeInit()