SYS/BIOS  7.00
Data Fields
Swi_HookSet Struct Reference

Swi hook set type definition. More...

#include <ti/sysbios/knl/Swi.h>

Data Fields

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

Detailed Description

Swi hook set type definition.

This structure defines the set of hook functions that can be specified for the Swi module.

See Hook Functions for details.

Field Documentation

§ registerFxn

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

§ createFxn

void(* Swi_HookSet::createFxn) (Swi_Handle arg1, Error_Block *arg2)

§ readyFxn

void(* Swi_HookSet::readyFxn) (Swi_Handle arg1)

§ beginFxn

void(* Swi_HookSet::beginFxn) (Swi_Handle arg1)

§ endFxn

void(* Swi_HookSet::endFxn) (Swi_Handle arg1)

§ deleteFxn

void(* Swi_HookSet::deleteFxn) (Swi_Handle arg1)

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