Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Typedefs | Enumerations
Baseband Operation Descriptors (BOD)

Data Structures

struct  BbOpDesc_tag
 Baseband operation descriptor (BOD). More...
 

Typedefs

typedef void(* BbBodCompCback_t) (void)
 BOD completion event callback signature. More...
 
typedef void(* BbBodCback_t) (struct BbOpDesc_tag *pBod)
 BOD event callback signature. More...
 
typedef void(* BbProtCback_t) (void)
 Protocol event callback signature. More...
 
typedef void(* BbLowPowerCback_t) (void)
 Low power callback. More...
 
typedef struct BbOpDesc_tag BbOpDesc_t
 Baseband operation descriptor (BOD). More...
 

Enumerations

Detailed Description

Typedef Documentation

typedef void(* BbBodCback_t) (struct BbOpDesc_tag *pBod)

BOD event callback signature.

Definition at line 121 of file bb_api.h.

typedef void(* BbBodCompCback_t) (void)

BOD completion event callback signature.

Definition at line 118 of file bb_api.h.

typedef void(* BbLowPowerCback_t) (void)

Low power callback.

Definition at line 127 of file bb_api.h.

typedef struct BbOpDesc_tag BbOpDesc_t

Baseband operation descriptor (BOD).

typedef void(* BbProtCback_t) (void)

Protocol event callback signature.

Definition at line 124 of file bb_api.h.

Enumeration Type Documentation

BOD rescheduling policy (listed in priority order).

Enumerator
BB_RESCH_FIXED_PREFERRED 

BOD is fixed (rescheduling has limited recoverable consequences).

BB_RESCH_FIXED 

BOD is fixed (rescheduling has recoverable consequences).

BB_RESCH_MOVEABLE_PREFERRED 

BOD is movable (rescheduling has minor consequences).

BB_RESCH_MOVEABLE 

BOD is movable (rescheduling has no consequences).

BB_RESCH_BACKGROUND 

BOD is single background task.

Definition at line 130 of file bb_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.