HAL
CRYP_HEADERWIDTHUNIT_BYTE is only used within HAL.
 
Symbols
loading...
Files
loading...

CRYP_HEADERWIDTHUNIT_BYTE macro

By default, header size unit is byte

Syntax

#define CRYP_HEADERWIDTHUNIT_BYTE 0x00000001U

References

LocationText
stm32f4xx_hal_cryp.h:222
#define CRYP_HEADERWIDTHUNIT_BYTE 0x00000001U /*!< By default, header size unit is byte */
stm32f4xx_hal_cryp_ex.c:137
if (hcryp->Init.HeaderWidthUnit == CRYP_HEADERWIDTHUNIT_BYTE)