Home
last modified time | relevance | path

Searched refs:__NVIC_PRIO_BITS (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/hal_infineon-latest/mtb-pdl-cat1/devices/COMPONENT_CAT1A/include/
Dcy_device_common.h90 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
103 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347fmi_bud13.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c68237bz_ble.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6246bzi_d04.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c68237fm_ble.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6247bzi_d44.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347bzi_bld43.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347bzi_bld44.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347fmi_bld13.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347fmi_bld43.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347fmi_bud43.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347bzi_bud43.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6247fdi_d02.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6336bzi_bld13.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6336bzi_bld14.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6336bzi_bud13.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347bzi_bld33.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347bzi_bld34.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6347fmi_bld53.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c637fmi_bld73.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6246bti_d54.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6247fdi_d52.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
Dcy8c6247fti_d52.h425 #define __NVIC_PRIO_BITS 2 /*!< Number of Bits used for Priority Levels */ macro
438 #define __NVIC_PRIO_BITS 3 /*!< Number of Bits used for Priority Levels */ macro
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_pipe.c100 CY_ASSERT_L2((uint32_t)(1UL << __NVIC_PRIO_BITS) > config->ep0ConfigData.ipcNotifierPriority); in Cy_IPC_Pipe_Init()
102 CY_ASSERT_L2((uint32_t)(1UL << __NVIC_PRIO_BITS) > config->ep1ConfigData.ipcNotifierPriority); in Cy_IPC_Pipe_Init()
/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_sysint.h488 …#define CY_SYSINT_IS_PRIORITY_VALID(intrPriority) ((uint32_t)(1UL << __NVIC_PRIO_BITS) > (intr…

12345678910>>...15