Mistake on this page?
Report an issue in GitHub or email us
Typedefs | Enumerations
PAL_IO_EXP

Typedefs

typedef void(* PalIoExpRdRegCompCback_t) (uint8_t status, uint8_t portValue)
 Read register completion callback. More...
 
typedef void(* PalIoExpWrRegCompCback_t) (uint8_t status)
 Write register completion callback. More...
 

Enumerations

Detailed Description

Typedef Documentation

typedef void(* PalIoExpRdRegCompCback_t) (uint8_t status, uint8_t portValue)

Read register completion callback.

Definition at line 40 of file pal_io_exp.h.

typedef void(* PalIoExpWrRegCompCback_t) (uint8_t status)

Write register completion callback.

Definition at line 43 of file pal_io_exp.h.

Enumeration Type Documentation

Operational states.

Enumerator
PAL_IO_EXP_STATE_UNINIT 

Uninitialized state.

PAL_IO_EXP_STATE_ERROR 

Error state.

PAL_IO_EXP_STATE_INIT 

Initialized state.

PAL_IO_EXP_STATE_READY 

Ready state.

PAL_IO_EXP_STATE_BUSY 

Busy state.

Definition at line 46 of file pal_io_exp.h.

enum PalIoOp_t

Operations.

Enumerator
PAL_IO_EXP_OP_INPUT 

Input Port. Read only.

PAL_IO_EXP_OP_OUTPUT 

Output Port. Read/write.

PAL_IO_EXP_OP_POL_INV 

Polarity Inversion. Read/write.

PAL_IO_EXP_OP_CONFIG 

Configuration. Read/write.

Definition at line 56 of file pal_io_exp.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.