caffeine-hal 0.6.6
A Header-Defined Interface c library, it provides the hal layer for the Caffeine framework
Loading...
Searching...
No Matches
Data Fields
cfn_hal_i2s_phy_t Struct Reference

I2S hardware physical mapping. More...

#include <cfn_hal_i2s.h>

Data Fields

void * instance
 
cfn_hal_gpio_pin_handle_tck
 
cfn_hal_gpio_pin_handle_tws
 
cfn_hal_gpio_pin_handle_tsd
 
cfn_hal_gpio_pin_handle_text_sd
 
cfn_hal_gpio_pin_handle_tmck
 
void * user_arg
 

Detailed Description

I2S hardware physical mapping.

Field Documentation

◆ ck

cfn_hal_gpio_pin_handle_t* cfn_hal_i2s_phy_t::ck

Continuous Serial Clock mapping

◆ ext_sd

cfn_hal_gpio_pin_handle_t* cfn_hal_i2s_phy_t::ext_sd

Full-duplex Serial Data mapping

◆ instance

void* cfn_hal_i2s_phy_t::instance

Peripheral base instance

◆ mck

cfn_hal_gpio_pin_handle_t* cfn_hal_i2s_phy_t::mck

Master Clock mapping

◆ sd

cfn_hal_gpio_pin_handle_t* cfn_hal_i2s_phy_t::sd

Serial Data mapping

◆ user_arg

void* cfn_hal_i2s_phy_t::user_arg

Peripheral instance user argument

◆ ws

cfn_hal_gpio_pin_handle_t* cfn_hal_i2s_phy_t::ws

Word Select mapping


The documentation for this struct was generated from the following file: