rs232isolator2 2.0.0.0
|
API for configuring and manipulating RS 232 Isolator 2 Click driver. More...
Topics | |
RS 232 Isolator 2 Device Settings | |
Settings for registers of RS 232 Isolator 2 Click driver. | |
RS232 Isolator 2 MikroBUS Map | |
MikroBUS pin mapping of RS232 Isolator 2 Click driver. | |
Functions | |
void | rs232isolator2_cfg_setup (rs232isolator2_cfg_t *cfg) |
RS232 Isolator 2 configuration object setup function. | |
err_t | rs232isolator2_init (rs232isolator2_t *ctx, rs232isolator2_cfg_t *cfg) |
RS232 Isolator 2 initialization function. | |
err_t | rs232isolator2_generic_write (rs232isolator2_t *ctx, char *data_buf, uint16_t len) |
RS232 Isolator 2 data writing function. | |
err_t | rs232isolator2_generic_read (rs232isolator2_t *ctx, char *data_buf, uint16_t max_len) |
RS232 Isolator 2 data reading function. | |
err_t | rs232isolator2_send_data (rs232isolator2_t *ctx, char *tx_data) |
RS232 Isolator 2 data writing function. | |
API for configuring and manipulating RS 232 Isolator 2 Click driver.
API for configuring and manipulating RS232 Isolator 2 Click driver.
Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.
void rs232isolator2_cfg_setup | ( | rs232isolator2_cfg_t * | cfg | ) |
RS232 Isolator 2 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See rs232isolator2_cfg_t object definition for detailed explanation. |
err_t rs232isolator2_generic_read | ( | rs232isolator2_t * | ctx, |
char * | data_buf, | ||
uint16_t | max_len ) |
RS232 Isolator 2 data reading function.
This function reads a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See rs232isolator2_t object definition for detailed explanation. |
[out] | data_buf | : Output read data. |
[in] | max_len | : Number of bytes to be read. |
>0
- Number of data bytes read, <=0
- Error/Empty Ring buffer.err_t rs232isolator2_generic_write | ( | rs232isolator2_t * | ctx, |
char * | data_buf, | ||
uint16_t | len ) |
RS232 Isolator 2 data writing function.
This function writes a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See rs232isolator2_t object definition for detailed explanation. |
[in] | data_buf | : Data buffer for sending. |
[in] | len | : Number of bytes for sending. |
>=0
- Success, <0
- Error.err_t rs232isolator2_init | ( | rs232isolator2_t * | ctx, |
rs232isolator2_cfg_t * | cfg ) |
RS232 Isolator 2 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See rs232isolator2_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See rs232isolator2_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error.err_t rs232isolator2_send_data | ( | rs232isolator2_t * | ctx, |
char * | tx_data ) |
RS232 Isolator 2 data writing function.
This function writes a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See rs232isolator2_t object definition for detailed explanation. |
[in] | tx_data | : Data buffer for sending. |
>=0
- Success, <0
- Error.