added prescaler for 16 bit pwm in LPC1347 target

Fork of mbed-dev by mbed official

Embed: (wiki syntax)

« Back to documentation index

i2c_t Struct Reference

i2c_t Struct Reference

Asynch I2C HAL structure. More...

#include <i2c_api.h>

Data Fields

struct i2c_s i2c
 Target specific I2C structure.
struct buffer_s tx_buff
 Tx buffer.
struct buffer_s rx_buff
 Rx buffer.

Detailed Description

Asynch I2C HAL structure.

Definition at line 44 of file i2c_api.h.


Field Documentation

struct i2c_s i2c

Target specific I2C structure.

Definition at line 45 of file i2c_api.h.

struct buffer_s rx_buff

Rx buffer.

Definition at line 47 of file i2c_api.h.

struct buffer_s tx_buff

Tx buffer.

Definition at line 46 of file i2c_api.h.