Classes

struct  app_i2s_pin_t
 I2S IO Structures. More...
 
struct  app_i2s_pin_cfg_t
 I2S IO configuration Structures. More...
 
struct  app_i2s_mode_t
 I2S operate mode Enumerations definition. More...
 
struct  app_i2s_params_t
 I2S parameters structure definition. More...
 
struct  app_i2s_evt_t
 I2S event structure definition. More...
 

Typedefs

typedef void(* app_i2s_evt_handler_t) (app_i2s_evt_t *p_evt)
 I2S event callback definition. More...
 

Detailed Description

Typedef Documentation

◆ app_i2s_evt_handler_t

typedef void(* app_i2s_evt_handler_t) (app_i2s_evt_t *p_evt)

I2S event callback definition.

Definition at line 170 of file app_i2s.h.