Data Fields
HwiP_Params Struct Reference

Basic HwiP Parameters. More...

#include <HwiP.h>

Data Fields

uintptr_t arg
 
uint32_t priority
 
bool enableInt
 

Detailed Description

Basic HwiP Parameters.

Structure that contains the parameters passed into HwiP_create when creating a HwiP instance. The HwiP_Params_init function should be used to initialize the fields to default values before the application sets the fields manually. The HwiP default parameters are noted in HwiP_Params_init.

Parameter enableInt specifies if the interrupt should be enabled upon creation of the HwiP object. The default is true.

Field Documentation

§ arg

uintptr_t HwiP_Params::arg

Argument passed into the Hwi function.

§ priority

uint32_t HwiP_Params::priority

Device specific priority.

§ enableInt

bool HwiP_Params::enableInt

Enable interrupt on creation.


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