Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 31) sorted by relevance

12

/cmsis_6-latest/CMSIS/Driver/Include/
DDriver_SAI.h46 #define _ARM_Driver_SAI_(n) Driver_SAI##n argument
47 #define ARM_Driver_SAI_(n) _ARM_Driver_SAI_(n) argument
88 #define ARM_SAI_DATA_SIZE(n) ((((n)-1UL)&0x1FUL) << ARM_SAI_DATA_SIZE_Pos) ///< Data siz… argument
125 #define ARM_SAI_FRAME_LENGTH(n) ((((n)-1UL)&0x3FFUL) << ARM_SAI_FRAME_LENGTH_Pos) ///< Fr… argument
130 #define ARM_SAI_FRAME_SYNC_WIDTH(n) ((((n)-1UL)&0xFFUL) << ARM_SAI_FRAME_SYNC_WIDTH_Pos) ///< … argument
144 #define ARM_SAI_SLOT_COUNT(n) ((((n)-1UL)&0x1FUL) << ARM_SAI_SLOT_COUNT_Pos) ///< Nu… argument
156 #define ARM_SAI_SLOT_OFFSET(n) (((n)&0x1FUL) << ARM_SAI_SLOT_OFFSET_Pos) ///< Of… argument
166 #define ARM_SAI_MCLK_PRESCALER(n) ((((n)-1UL)&0xFFFUL) << ARM_SAI_MCLK_PRESCALER_Pos) ///< MC… argument
DDriver_ETH_PHY.h52 #define _ARM_Driver_ETH_PHY_(n) Driver_ETH_PHY##n argument
53 #define ARM_Driver_ETH_PHY_(n) _ARM_Driver_ETH_PHY_(n) argument
DDriver_SPI.h63 #define _ARM_Driver_SPI_(n) Driver_SPI##n argument
64 #define ARM_Driver_SPI_(n) _ARM_Driver_SPI_(n) argument
92 #define ARM_SPI_DATA_BITS(n) (((n) & 0x3FUL) << ARM_SPI_DATA_BITS_Pos) ///< Number of Da… argument
DDriver_I2C.h68 #define _ARM_Driver_I2C_(n) Driver_I2C##n argument
69 #define ARM_Driver_I2C_(n) _ARM_Driver_I2C_(n) argument
DDriver_USBD.h59 #define _ARM_Driver_USBD_(n) Driver_USBD##n argument
60 #define ARM_Driver_USBD_(n) _ARM_Driver_USBD_(n) argument
DDriver_Flash.h57 #define _ARM_Driver_Flash_(n) Driver_Flash##n argument
58 #define ARM_Driver_Flash_(n) _ARM_Driver_Flash_(n) argument
DDriver_USBH.h66 #define _ARM_Driver_USBH_(n) Driver_USBH##n argument
67 #define ARM_Driver_USBH_(n) _ARM_Driver_USBH_(n) argument
DDriver_ETH_MAC.h67 #define _ARM_Driver_ETH_MAC_(n) Driver_ETH_MAC##n argument
68 #define ARM_Driver_ETH_MAC_(n) _ARM_Driver_ETH_MAC_(n) argument
DDriver_NAND.h61 #define _ARM_Driver_NAND_(n) Driver_NAND##n argument
62 #define ARM_Driver_NAND_(n) _ARM_Driver_NAND_(n) argument
133 #define ARM_NAND_ECC(n) ((n) & ARM_NAND_ECC_INDEX_Msk) ///< Select ECC argument
DDriver_Storage.h45 #define _ARM_Driver_Storage_(n) Driver_Storage##n argument
46 #define ARM_Driver_Storage_(n) _ARM_Driver_Storage_(n) argument
DDriver_MCI.h77 #define _ARM_Driver_MCI_(n) Driver_MCI##n argument
78 #define ARM_Driver_MCI_(n) _ARM_Driver_MCI_(n) argument
DDriver_USART.h70 #define _ARM_Driver_USART_(n) Driver_USART##n argument
71 #define ARM_Driver_USART_(n) _ARM_Driver_USART_(n) argument
DDriver_CAN.h49 #define _ARM_Driver_CAN_(n) Driver_CAN##n argument
50 #define ARM_Driver_CAN_(n) _ARM_Driver_CAN_(n) argument
/cmsis_6-latest/CMSIS/Documentation/Doxygen/style_template/
Dnavtree.js288 function glowEffect(n,duration) argument
313 function selectAndHighlight(hash,n) argument
457 function showSyncOff(n,relpath) argument
462 function showSyncOn(n,relpath) argument
/cmsis_6-latest/CMSIS/Core/Template/ARMv8-M/
Dtz_context.c54 uint32_t n; in TZ_InitContextSystem_S() local
/cmsis_6-latest/CMSIS/Driver/DriverTemplates/
DDriver_GPIO.c23 #define PIN_IS_AVAILABLE(n) ((n) < GPIO_MAX_PINS) argument
/cmsis_6-latest/CMSIS/RTOS2/Include/
Dcmsis_os2.h218 #define osThreadZone(n) ((((n) << osThreadZone_Pos) & osThreadZone_Msk) | \ argument
222 #define osThreadProcessor(n) (1UL << (n)) ///< Thread processor number for SMP systems argument
233 #define osSafetyClass(n) ((((n) << osSafetyClass_Pos) & osSafetyClass_Msk) | \ argument
/cmsis_6-latest/CMSIS/CoreValidation/Source/Config/
Dpartition_ARMCM23.h721 #define SAU_INIT_REGION(n) \ argument
Dpartition_ARMCM33.h1110 #define SAU_INIT_REGION(n) \ argument
Dpartition_ARMCM35P.h1110 #define SAU_INIT_REGION(n) \ argument
Dpartition_ARMCM52.h1110 #define SAU_INIT_REGION(n) \ argument
Dpartition_ARMCM55.h1110 #define SAU_INIT_REGION(n) \ argument
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM23S/RTE/Device/ARMCM23/
Dpartition_ARMCM23.h721 #define SAU_INIT_REGION(n) \ argument
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM33S/RTE/Device/ARMCM33/
Dpartition_ARMCM33.h1110 #define SAU_INIT_REGION(n) \ argument
/cmsis_6-latest/CMSIS/CoreValidation/Layer/Target/CM55S/RTE/Device/ARMCM55/
Dpartition_ARMCM55.h1110 #define SAU_INIT_REGION(n) \ argument

12