Home
last modified time | relevance | path

Searched defs:IS_AES_ALL_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/CMSIS/Device/ST/STM32WBxx/Include/
H A Dstm32wb50xx.h10902 #define IS_AES_ALL_INSTANCE(INSTANCE) ((INSTANCE) == AES2) macro
H A Dstm32wb55xx.h13337 #define IS_AES_ALL_INSTANCE(INSTANCE) (((INSTANCE) == AES1) || ((INSTANCE) == AES2)) macro
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/Device/ST/STM32F4xx/Include/
H A Dstm32f423xx.h15148 #define IS_AES_ALL_INSTANCE(INSTANCE) ((INSTANCE) == AES) macro