SYS/BIOS  7.00
Data Fields
Hwi_HookSet Struct Reference

Hwi hook set type definition. More...

#include <ti/sysbios/family/arm/v8m/Hwi.h>

Data Fields

void(* registerFxn )(int arg1)
 
void(* createFxn )(Hwi_Handle arg1, Error_Block *arg2)
 
void(* beginFxn )(Hwi_Handle arg1)
 
void(* endFxn )(Hwi_Handle arg1)
 
void(* deleteFxn )(Hwi_Handle arg1)
 

Detailed Description

Hwi hook set type definition.

The functions that make up a hookSet have certain restrictions. They cannot call any Hwi instance functions other than Hwi_getHookContext() and Hwi_setHookContext(). For all practical purposes, they should treat the Hwi_Handle passed to these functions as an opaque handle.

Field Documentation

§ registerFxn

void(* Hwi_HookSet::registerFxn) (int arg1)

§ createFxn

void(* Hwi_HookSet::createFxn) (Hwi_Handle arg1, Error_Block *arg2)

§ beginFxn

void(* Hwi_HookSet::beginFxn) (Hwi_Handle arg1)

§ endFxn

void(* Hwi_HookSet::endFxn) (Hwi_Handle arg1)

§ deleteFxn

void(* Hwi_HookSet::deleteFxn) (Hwi_Handle arg1)

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