Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/library/HT32F5xxxx_Driver/inc/
A Dht32f5xxxx_aes.h76 #define IS_AES_KEY_SIZE1(SIZE) (SIZE == AES_KEYSIZE_128B) argument
81 #define IS_AES_KEY_SIZE2(SIZE) ((SIZE == AES_KEYSIZE_192B) || (SIZE == AES_KEYSIZE_256B… argument
83 #define IS_AES_KEY_SIZE2(SIZE) (0) argument
86 #define IS_AES_KEY_SIZE(SIZE) (IS_AES_KEY_SIZE1(SIZE) || IS_AES_KEY_SIZE2(SIZE)) argument
A Dht32f5xxxx_exti.h216 #define IS_EXTI_DEBOUNCE_SIZE(SIZE) (SIZE <= 0xFF) argument
218 #define IS_EXTI_DEBOUNCE_SIZE(SIZE) (SIZE <= 0xFFFF) argument
/bsp/synopsys/boards/
A Drtconfig.py32 SIZE = PREFIX + 'size' variable
50 SIZE = 'sizeac' variable
/bsp/mm32l07x/Libraries/MM32L0xx/HAL_lib/inc/
A DHAL_dma.h119 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PeripheralDataSize_Byte) || \ argument
133 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MemoryDataSize_Byte) || \ argument
286 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/mm32l3xx/Libraries/MM32L3xx/HAL_lib/inc/
A DHAL_dma.h120 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PeripheralDataSize_Byte) || \ argument
134 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MemoryDataSize_Byte) || \ argument
308 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/mm32f103x/Libraries/MM32F103/HAL_lib/inc/
A DHAL_dma.h120 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PeripheralDataSize_Byte) || \ argument
134 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MemoryDataSize_Byte) || \ argument
308 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/renesas/ra8d1-ek/
A Drtconfig.py44 SIZE = PREFIX + 'size' variable
109 SIZE = PREFIX + 'size' variable
/bsp/renesas/ra8m1-ek/
A Drtconfig.py44 SIZE = PREFIX + 'size' variable
109 SIZE = PREFIX + 'size' variable
/bsp/simulator/
A Drtconfig.py71 SIZE = PREFIX + 'size' variable
104 SIZE = PREFIX + 'size' variable
/bsp/renesas/ra6m3-hmi-board/
A Drtconfig.py44 SIZE = PREFIX + 'size' variable
109 SIZE = PREFIX + 'size' variable
/bsp/renesas/ra8d1-vision-board/
A Drtconfig.py41 SIZE = PREFIX + 'size' variable
106 SIZE = PREFIX + 'size' variable
/bsp/ht32/libraries/HT32_STD_1xxxx_FWLib/library/HT32F1xxxx_Driver/inc/
A Dht32f1xxxx_exti.h164 #define IS_EXTI_DEBOUNCE_SIZE(SIZE) (SIZE <= 0xFF) argument
166 #define IS_EXTI_DEBOUNCE_SIZE(SIZE) (SIZE <= 0xFFFF) argument
/bsp/CME_M7/StdPeriph_Driver/inc/
A Dcmem7_usb.h160 …__IO uint32_t SIZE : 17; /*!< Total bytes to transfer for OUT; the expected t… member
174 …__IO uint32_t SIZE : 16; /*!< Total bytes to transfer for OUT; the expected t… member
186 …__IO uint32_t SIZE : 16; /*!< Total bytes to transfer for OUT; the expected t… member
/bsp/stm32/stm32h730-esphosted-evb/
A Drtconfig.py48 SIZE = PREFIX + 'size' variable
194 SIZE = PREFIX + 'size' variable
/bsp/stm32/stm32l475-atk-pandora/
A Drtconfig.py45 SIZE = PREFIX + 'size' variable
191 SIZE = PREFIX + 'size' variable
/bsp/stm32/stm32f407-lckfb-skystar/
A Drtconfig.py45 SIZE = PREFIX + 'size' variable
191 SIZE = PREFIX + 'size' variable
/bsp/stm32/stm32f407-rt-spark/
A Drtconfig.py46 SIZE = PREFIX + 'size' variable
192 SIZE = PREFIX + 'size' variable
/bsp/airm2m/air32f103/libraries/AIR32F10xLib/inc/
A Dair32f10x_dma.h129 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PeripheralDataSize_Byte) || \ argument
143 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MemoryDataSize_Byte) || \ argument
366 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_dma.h608 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1U) && ((SIZE) < 0x10000U)) argument
616 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PDATAALIGN_BYTE) || \ argument
620 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MDATAALIGN_BYTE) || \ argument
/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_crc.h57 #define IS_CRC_POL_SIZE(SIZE) (((SIZE) == CRC_PolSize_7) || \ argument
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_crc.h57 #define IS_CRC_POL_SIZE(SIZE) (((SIZE) == CRC_PolSize_7) || \ argument
/bsp/tkm32F499/Libraries/Hal_lib/inc/
A DHAL_dma.h119 #define IS_DMA_PERIPHERAL_DATA_SIZE(SIZE) (((SIZE) == DMA_PeripheralDataSize_Byte) || \ argument
133 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) (((SIZE) == DMA_MemoryDataSize_Byte) || \ argument
365 #define IS_DMA_BUFFER_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/x86/
A Drtconfig.py28 SIZE = PREFIX + 'size' variable
/bsp/n32/libraries/N32L43x_Firmware_Library/n32l43x_std_periph_driver/inc/
A Dn32l43x_dma.h149 #define IS_DMA_PERIPH_DATA_SIZE(SIZE) … argument
163 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) … argument
325 #define IS_DMA_BUF_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument
/bsp/n32/libraries/N32L40x_Firmware_Library/n32l40x_std_periph_driver/inc/
A Dn32l40x_dma.h149 #define IS_DMA_PERIPH_DATA_SIZE(SIZE) … argument
163 #define IS_DMA_MEMORY_DATA_SIZE(SIZE) … argument
325 #define IS_DMA_BUF_SIZE(SIZE) (((SIZE) >= 0x1) && ((SIZE) < 0x10000)) argument

Completed in 121 milliseconds

12345678910>>...19