Linux Kernel
3.7.1
|
#include <ux500_msp_i2s.h>
Data Fields | |
unsigned int | f_inputclk |
unsigned int | rx_clk_sel |
unsigned int | tx_clk_sel |
unsigned int | srg_clk_sel |
unsigned int | rx_fsync_pol |
unsigned int | tx_fsync_pol |
unsigned int | rx_fsync_sel |
unsigned int | tx_fsync_sel |
unsigned int | rx_fifo_config |
unsigned int | tx_fifo_config |
unsigned int | spi_clk_mode |
unsigned int | spi_burst_mode |
unsigned int | loopback_enable |
unsigned int | tx_data_enable |
unsigned int | default_protdesc |
struct msp_protdesc | protdesc |
int | multichannel_configured |
struct msp_multichannel_config | multichannel_config |
unsigned int | direction |
unsigned int | protocol |
unsigned int | frame_freq |
unsigned int | frame_size |
enum msp_data_size | data_size |
unsigned int | def_elem_len |
unsigned int | iodelay |
void(* | handler )(void *data) |
void * | tx_callback_data |
void * | rx_callback_data |
Definition at line 485 of file ux500_msp_i2s.h.
enum msp_data_size data_size |
Definition at line 508 of file ux500_msp_i2s.h.
unsigned int def_elem_len |
Definition at line 509 of file ux500_msp_i2s.h.
unsigned int default_protdesc |
Definition at line 500 of file ux500_msp_i2s.h.
Definition at line 504 of file ux500_msp_i2s.h.
unsigned int f_inputclk |
Definition at line 486 of file ux500_msp_i2s.h.
unsigned int frame_freq |
Definition at line 506 of file ux500_msp_i2s.h.
unsigned int frame_size |
Definition at line 507 of file ux500_msp_i2s.h.
Definition at line 511 of file ux500_msp_i2s.h.
unsigned int iodelay |
Definition at line 510 of file ux500_msp_i2s.h.
unsigned int loopback_enable |
Definition at line 498 of file ux500_msp_i2s.h.
struct msp_multichannel_config multichannel_config |
Definition at line 503 of file ux500_msp_i2s.h.
int multichannel_configured |
Definition at line 502 of file ux500_msp_i2s.h.
struct msp_protdesc protdesc |
Definition at line 501 of file ux500_msp_i2s.h.
Definition at line 505 of file ux500_msp_i2s.h.
void* rx_callback_data |
Definition at line 513 of file ux500_msp_i2s.h.
unsigned int rx_clk_sel |
Definition at line 487 of file ux500_msp_i2s.h.
unsigned int rx_fifo_config |
Definition at line 494 of file ux500_msp_i2s.h.
unsigned int rx_fsync_pol |
Definition at line 490 of file ux500_msp_i2s.h.
unsigned int rx_fsync_sel |
Definition at line 492 of file ux500_msp_i2s.h.
unsigned int spi_burst_mode |
Definition at line 497 of file ux500_msp_i2s.h.
unsigned int spi_clk_mode |
Definition at line 496 of file ux500_msp_i2s.h.
unsigned int srg_clk_sel |
Definition at line 489 of file ux500_msp_i2s.h.
void* tx_callback_data |
Definition at line 512 of file ux500_msp_i2s.h.
unsigned int tx_clk_sel |
Definition at line 488 of file ux500_msp_i2s.h.
unsigned int tx_data_enable |
Definition at line 499 of file ux500_msp_i2s.h.
unsigned int tx_fifo_config |
Definition at line 495 of file ux500_msp_i2s.h.
unsigned int tx_fsync_pol |
Definition at line 491 of file ux500_msp_i2s.h.
unsigned int tx_fsync_sel |
Definition at line 493 of file ux500_msp_i2s.h.