Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_cryp.h258 #define CRYP_AES_DISABLE ((uint32_t)0x00000000) /*!< Disable AES */ macro
560 #define IS_CRYP_AES(__MODE__) (((__MODE__) == CRYP_AES_DISABLE) || \