mcuxClPkc misc macros and definitions More...
Macros | |
#define | MCUXCLPKC_ALIGN_TO_PKC_WORDSIZE(size) |
Round-up a length to a multiple of PKC wordsize. | |
#define | MCUXCLPKC_PACKARGS4(byte3_MSByte, byte2, byte1, byte0_LSByte) |
Macros for packing 4 8-bit parameters. | |
#define | MCUXCLPKC_PACKARGS2(hi8, lo8) |
Macros for packing 2 8-bit parameters. | |
#define | MCUXCLPKC_WORDSIZE |
PKC wordsize in byte. | |
mcuxClPkc misc macros and definitions
#define MCUXCLPKC_ALIGN_TO_PKC_WORDSIZE | ( | size | ) |
Round-up a length to a multiple of PKC wordsize.
#define MCUXCLPKC_PACKARGS4 | ( | byte3_MSByte, | |
byte2, | |||
byte1, | |||
byte0_LSByte | |||
) |
Macros for packing 4 8-bit parameters.
#define MCUXCLPKC_PACKARGS2 | ( | hi8, | |
lo8 | |||
) |
Macros for packing 2 8-bit parameters.
#define MCUXCLPKC_WORDSIZE |
PKC wordsize in byte.