irda3 2.0.0.0
|
API for configuring and manipulating IrDA 3 Click driver. More...
Topics | |
IrDA 3 Device Settings | |
Settings for registers of IrDA 3 Click driver. | |
IrDA 3 MikroBUS Map | |
MikroBUS pin mapping of IrDA 3 Click driver. | |
Functions | |
void | irda3_cfg_setup (irda3_cfg_t *cfg) |
IrDA 3 configuration object setup function. | |
err_t | irda3_init (irda3_t *ctx, irda3_cfg_t *cfg) |
IrDA 3 initialization function. | |
void | irda3_default_cfg (irda3_t *ctx) |
IrDA 3 default configuration function. | |
void | irda3_mode_setup (irda3_t *ctx, irda3_mode_t state) |
Mode Setup function. | |
void | irda3_pwr_setup (irda3_t *ctx, irda3_pwr_t state) |
Power Setup function. | |
void | irda3_reset (irda3_t *ctx) |
Reset function. | |
void | irda3_generic_multiple_send (irda3_t *ctx, char *tx_data) |
Generic Multiple Send function. | |
void | irda3_generic_multiple_receive (irda3_t *ctx, char *rx_data, char termination_char) |
Generic Multiple Receive function. | |
void | irda3_generic_single_send (irda3_t *ctx, char tx_data) |
Generic Single Send function. | |
char | irda3_generic_single_receive (irda3_t *ctx) |
Generic Single Receive function. | |
API for configuring and manipulating IrDA 3 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void irda3_cfg_setup | ( | irda3_cfg_t * | cfg | ) |
IrDA 3 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See irda3_cfg_t object definition for detailed explanation. |
void irda3_default_cfg | ( | irda3_t * | ctx | ) |
IrDA 3 default configuration function.
This function executes a default configuration of IrDA 3 click board.
[in] | ctx | : Click context object. See irda3_t object definition for detailed explanation. |
0
- Success, -1
- Error.void irda3_generic_multiple_receive | ( | irda3_t * | ctx, |
char * | rx_data, | ||
char | termination_char ) |
Generic Multiple Receive function.
This function allows data receiving operation of multiple data bytes to be performed.
ctx | Click object. |
rx_data | Memory where read data be stored. |
termination_char | Termination character. |
void irda3_generic_multiple_send | ( | irda3_t * | ctx, |
char * | tx_data ) |
Generic Multiple Send function.
This function allows data sending operation of multiple data bytes to be performed.
ctx | Click object. |
tx_data | Data to be sent. |
char irda3_generic_single_receive | ( | irda3_t * | ctx | ) |
Generic Single Receive function.
This function allows data receiving operation of single data byte to be performed.
ctx | Click object. |
void irda3_generic_single_send | ( | irda3_t * | ctx, |
char | tx_data ) |
Generic Single Send function.
This function allows data sending operation of single data byte to be performed.
ctx | Click object. |
tx_data | Data to be sent. |
err_t irda3_init | ( | irda3_t * | ctx, |
irda3_cfg_t * | cfg ) |
IrDA 3 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See irda3_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See irda3_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error.void irda3_mode_setup | ( | irda3_t * | ctx, |
irda3_mode_t | state ) |
Mode Setup function.
This function allows IrDA 3 click mode to be set.
ctx | Click object. |
state | 0 - Command mode, 1 - Data mode. |
void irda3_pwr_setup | ( | irda3_t * | ctx, |
irda3_pwr_t | state ) |
Power Setup function.
This function allows IrDA 3 click power mode to be set.
ctx | Click object. |
state | 0 - Power off, 1 - Power on. |
void irda3_reset | ( | irda3_t * | ctx | ) |
Reset function.
This function executes a device reset operation.
ctx | Click object. |