Home
last modified time | relevance | path

Searched refs:IS_SYSCFG_QOS_CPU (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal.c1198 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetWriteQosNP1()
1231 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetReadQosNP1()
1263 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetWriteQosNP2()
1295 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetReadQosNP2()
1327 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetWriteQosCPUSS()
1359 assert_param(IS_SYSCFG_QOS_CPU(QosValue)); in HAL_SYSCFG_SetReadQosCPUSS()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal.h707 #define IS_SYSCFG_QOS_CPU(__QOS__) ((__QOS__) < 16U) macro