Data Fields
SHA2CC26X2_HWAttrs Struct Reference

Hardware-specific configuration attributes. More...

#include <SHA2CC26X2.h>

Data Fields

uint8_t intPriority
 

Detailed Description

Hardware-specific configuration attributes.

SHA2CC26X2 hardware attributes are used in the board file by the SHA2_Config struct.

Field Documentation

§ intPriority

uint8_t SHA2CC26X2_HWAttrs::intPriority

Hardware interrupt priority of the Hash accelerator.

The CC26XX provides 8 interrupt priority levels encoded in three bits:

Value Description
(~0) Special value: always lowest priority across all OS kernels.
(7 << 5) Priority level 7: lowest, but rather use ~0 instead.
.. ..
(0 << 5) Priority level 0: highest, not supported by this driver

Hardware interrupts with priority level 0 ignore the hardware interrupt dispatcher for minimum latency. This is not supported by this driver.


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale