TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
UDMACC26XX_HWAttrs Struct Reference

UDMACC26XX hardware attributes. More...

#include <UDMACC26XX.h>

Data Fields

uint32_t baseAddr
 
Power_Resource powerMngrId
 
uint8_t intNum
 
uint8_t intPriority
 UDMACC26XX error interrupt priority. intPriority is the DMA peripheral's interrupt priority, as defined by the underlying OS. It is passed unmodified to the underlying OS's interrupt handler creation code, so you need to refer to the OS documentation for usage. For example, for SYS/BIOS applications, refer to the ti.sysbios.family.arm.m3.Hwi documentation for SYS/BIOS usage of interrupt priorities. If the driver uses the ti.drivers.ports interface instead of making OS calls directly, then the HwiP port handles the interrupt priority in an OS specific way. In the case of the SYS/BIOS port, intPriority is passed unmodified to Hwi_create(). More...
 

Detailed Description

UDMACC26XX hardware attributes.

Field Documentation

uint32_t UDMACC26XX_HWAttrs::baseAddr
Power_Resource UDMACC26XX_HWAttrs::powerMngrId

UDMACC26XX Peripheral's power manager ID

uint8_t UDMACC26XX_HWAttrs::intNum

UDMACC26XX error interrupt number

uint8_t UDMACC26XX_HWAttrs::intPriority

UDMACC26XX error interrupt priority. intPriority is the DMA peripheral's interrupt priority, as defined by the underlying OS. It is passed unmodified to the underlying OS's interrupt handler creation code, so you need to refer to the OS documentation for usage. For example, for SYS/BIOS applications, refer to the ti.sysbios.family.arm.m3.Hwi documentation for SYS/BIOS usage of interrupt priorities. If the driver uses the ti.drivers.ports interface instead of making OS calls directly, then the HwiP port handles the interrupt priority in an OS specific way. In the case of the SYS/BIOS port, intPriority is passed unmodified to Hwi_create().

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 2015, Texas Instruments Incorporated