Data Fields
ECDSACC26X1_HWAttrs Struct Reference

ECDSACC26X1 Hardware Attributes. More...

#include <ECDSACC26X1.h>

Data Fields

uint8_t trngIntPriority
 TRNG Peripheral's interrupt priority. More...
 

Detailed Description

ECDSACC26X1 Hardware Attributes.

ECDSACC26X1 hardware attributes should be included in the board file and pointed to by the ECDSA_config struct.

Field Documentation

§ trngIntPriority

uint8_t ECDSACC26X1_HWAttrs::trngIntPriority

TRNG Peripheral's interrupt priority.

The CC26xx uses three of the priority bits, meaning ~0 has the same effect as (7 << 5).

(7 << 5) will apply the lowest priority.

(1 << 5) will apply the highest priority.

Setting the priority to 0 is not supported by this driver.

HWI's with priority 0 ignore the HWI dispatcher to support zero-latency interrupts, thus invalidating the critical sections in this driver.


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