Home
last modified time | relevance | path

Searched refs:SIZE (Results 1 – 16 of 16) sorted by relevance

/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_ospi.h846 #define IS_OSPI_DEVICE_SIZE(SIZE) (((SIZE) >= 1U) && ((SIZE) <= 32U)) argument
856 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ argument
857 ((SIZE) == HAL_OSPI_WRAP_16_BYTES) || \
858 ((SIZE) == HAL_OSPI_WRAP_32_BYTES) || \
859 ((SIZE) == HAL_OSPI_WRAP_64_BYTES) || \
860 ((SIZE) == HAL_OSPI_WRAP_128_BYTES))
884 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ argument
885 ((SIZE) == HAL_OSPI_INSTRUCTION_16_BITS) || \
886 ((SIZE) == HAL_OSPI_INSTRUCTION_24_BITS) || \
887 ((SIZE) == HAL_OSPI_INSTRUCTION_32_BITS))
[all …]
Dstm32l5xx_hal_dma.h725 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1U) && ((SIZE) < 0x40000U)) argument
735 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PDATAALIGN_BYTE) || \ argument
736 ((SIZE) == DMA_PDATAALIGN_HALFWORD) || \
737 ((SIZE) == DMA_PDATAALIGN_WORD))
739 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MDATAALIGN_BYTE) || \ argument
740 ((SIZE) == DMA_MDATAALIGN_HALFWORD) || \
741 ((SIZE) == DMA_MDATAALIGN_WORD ))
Dstm32l5xx_hal_cryp.h582 #define IS_CRYP_BUFFERSIZE(ALGO, DATAWIDTH, SIZE) \ argument
584 ((((DATAWIDTH) == CRYP_DATAWIDTHUNIT_WORD) && (((SIZE) % 4U) == 0U)) || \
585 (((DATAWIDTH) == CRYP_DATAWIDTHUNIT_BYTE) && (((SIZE) % 16U) == 0U)))) || \
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_ospi.h924 #define IS_OSPI_DEVICE_SIZE(SIZE) (((SIZE) >= 1U) && ((SIZE) <= 32U)) argument
934 #define IS_OSPI_WRAP_SIZE(SIZE) (((SIZE) == HAL_OSPI_WRAP_NOT_SUPPORTED) || \ argument
935 ((SIZE) == HAL_OSPI_WRAP_16_BYTES) || \
936 ((SIZE) == HAL_OSPI_WRAP_32_BYTES) || \
937 ((SIZE) == HAL_OSPI_WRAP_64_BYTES) || \
938 ((SIZE) == HAL_OSPI_WRAP_128_BYTES))
962 #define IS_OSPI_INSTRUCTION_SIZE(SIZE) (((SIZE) == HAL_OSPI_INSTRUCTION_8_BITS) || \ argument
963 ((SIZE) == HAL_OSPI_INSTRUCTION_16_BITS) || \
964 ((SIZE) == HAL_OSPI_INSTRUCTION_24_BITS) || \
965 ((SIZE) == HAL_OSPI_INSTRUCTION_32_BITS))
[all …]
Dstm32u5xx_hal_cryp.h624 #define IS_CRYP_BUFFERSIZE(ALGO, DATAWIDTH, SIZE) \ argument
626 ((((DATAWIDTH) == CRYP_DATAWIDTHUNIT_WORD) && (((SIZE) % 4U) == 0U)) || \
627 (((DATAWIDTH) == CRYP_DATAWIDTHUNIT_BYTE) && (((SIZE) % 16U) == 0U)))) || \
Dstm32u5xx_hal_dma.h839 #define IS_DMA_BLOCK_SIZE(SIZE) \ argument
840 (((SIZE) > 0U) && ((SIZE) <= DMA_CBR1_BNDT))
Dstm32u5xx_hal_i2c.h767 #define IS_I2C_MEMADD_SIZE(SIZE) (((SIZE) == I2C_MEMADD_SIZE_8BIT) || \ argument
768 ((SIZE) == I2C_MEMADD_SIZE_16BIT))
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0/RTE/Device/ARMCM0/
Dtiac_arm.cmd12 -stack 0x4000 /* SOFTWARE STACK SIZE */
13 -heap 0x4000 /* HEAP AREA SIZE */
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM4/RTE/Device/ARMCM4/
Dtiac_arm.cmd12 -stack 0x4000 /* SOFTWARE STACK SIZE */
13 -heap 0x4000 /* HEAP AREA SIZE */
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM0plus/RTE/Device/ARMCM0P/
Dtiac_arm.cmd12 -stack 0x4000 /* SOFTWARE STACK SIZE */
13 -heap 0x4000 /* HEAP AREA SIZE */
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Layer/Target/CM3/RTE/Device/ARMCM3/
Dtiac_arm.cmd12 -stack 0x4000 /* SOFTWARE STACK SIZE */
13 -heap 0x4000 /* HEAP AREA SIZE */
/trusted-firmware-m-3.7.0/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_cryp.h629 #define IS_CRYP_BUFFERSIZE(ALGO, DATAWIDTH, SIZE) \ argument
631 ((((DATAWIDTH) == CRYP_DATAWIDTHUNIT_WORD) && (((SIZE) % 4U) == 0U)) || \
632 (((DATAWIDTH) == CRYP_DATAWIDTHUNIT_BYTE) && (((SIZE) % 16U) == 0U)))) || \
Dstm32h5xx_hal_dma.h1119 #define IS_DMA_BLOCK_SIZE(SIZE) \ argument
1120 (((SIZE) > 0U) && ((SIZE) <= DMA_CBR1_BNDT))
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/Core/Test/
Dbuild.py59 SIZE = ('size') variable in OptimizationAxis
/trusted-firmware-m-3.7.0/platform/ext/cmsis/CMSIS/CoreValidation/Project/
Dbuild.py101 SIZE = ('size') variable in OptimizationAxis
/trusted-firmware-m-3.7.0/docs/integration_guide/services/
Dtfm_attestation_integration_guide.rst629 - The ADDRESS and SIZE attributes of the initial attestation token is stored in
636 ``dump memory <PATH>/iat_01.cbor <ADDRESS> +<SIZE>``
638 ``dump memory <PATH>/iat_hmac_02.cbor <ADDRESS> +<SIZE>``