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

Data Structures

struct  PalI2sConfig_t
 I2S configuration. More...
 

Typedefs

typedef void(* PalI2sCompCback_t) (void *)
 Call signature for next buffer pointer. More...
 

Enumerations

Detailed Description

Typedef Documentation

typedef void(* PalI2sCompCback_t) (void *)

Call signature for next buffer pointer.

Definition at line 52 of file pal_i2s.h.

Enumeration Type Documentation

Channels.

Enumerator
PAL_I2S_CH_LEFT_BIT 

Left channel bit.

PAL_I2S_CH_RIGHT_BIT 

Right channel bit.

Definition at line 62 of file pal_i2s.h.

I2S modes.

Enumerator
PAL_I2S_MODE_MASTER 

Master mode.

PAL_I2S_MODE_SLAVE 

Slave mode.

Definition at line 55 of file pal_i2s.h.

Operational states.

Enumerator
PAL_I2S_STATE_UNINIT 

Uninitialized state.

PAL_I2S_STATE_ERROR 

Error state.

PAL_I2S_STATE_IDLE 

Initialized state.

PAL_I2S_STATE_READY 

Configured state.

PAL_I2S_STATE_BUSY 

Busy state.

Definition at line 42 of file pal_i2s.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.