Go to the documentation of this file.
38 #include "mikrosdk_version.h"
41 #if mikroSDK_GET_VERSION < 20800ul
42 #include "rcu_delays.h"
48 #include "drv_digital_out.h"
49 #include "drv_digital_in.h"
62 #define USBUART3_MAP_MIKROBUS( cfg, mikrobus ) \
63 cfg.tx_pin = MIKROBUS( mikrobus, MIKROBUS_TX ); \
64 cfg.rx_pin = MIKROBUS( mikrobus, MIKROBUS_RX ); \
65 cfg.sus = MIKROBUS( mikrobus, MIKROBUS_AN ); \
66 cfg.rst = MIKROBUS( mikrobus, MIKROBUS_RST ); \
67 cfg.cts = MIKROBUS( mikrobus, MIKROBUS_CS ); \
68 cfg.wup = MIKROBUS( mikrobus, MIKROBUS_PWM ); \
69 cfg.rts = MIKROBUS( mikrobus, MIKROBUS_INT )
76 #define USBUART3_RETVAL uint8_t
78 #define USBUART3_OK 0x00
79 #define USBUART3_INIT_ERROR 0xFF
86 #define DRV_RX_BUFFER_SIZE 500
223 #endif // _USBUART3_H_
#define DRV_RX_BUFFER_SIZE
Definition: usbuart3.h:86
Click configuration structure definition.
Definition: usbuart3.h:124
digital_out_t wup
Definition: usbuart3.h:104
digital_out_t rst
Definition: usbuart3.h:102
pin_name_t rst
Definition: usbuart3.h:133
uart_t uart
Definition: usbuart3.h:113
#define USBUART3_RETVAL
Definition: usbuart3.h:76
void usbuart3_reset(usbuart3_t *ctx)
Function for reset.
Click ctx object definition.
Definition: usbuart3.h:99
void usbuart3_cfg_setup(usbuart3_cfg_t *cfg)
Config Object Initialization function.
uint8_t usbuart3_get_sus(usbuart3_t *ctx)
Get USB suspend pin.
digital_in_t sus
Definition: usbuart3.h:108
uart_stop_bits_t stop_bit
Definition: usbuart3.h:144
USBUART3_RETVAL usbuart3_init(usbuart3_t *ctx, usbuart3_cfg_t *cfg)
Initialization function.
digital_in_t rts
Definition: usbuart3.h:109
bool uart_blocking
Definition: usbuart3.h:141
digital_out_t cts
Definition: usbuart3.h:103
pin_name_t rx_pin
Definition: usbuart3.h:127
uint8_t usbuart3_error_t
Error type.
Definition: usbuart3.h:151
pin_name_t sus
Definition: usbuart3.h:132
void usbuart3_generic_write(usbuart3_t *ctx, char *data_buf, uint16_t len)
Generic write function.
pin_name_t tx_pin
Definition: usbuart3.h:128
uart_data_bits_t data_bit
Definition: usbuart3.h:142
uart_parity_t parity_bit
Definition: usbuart3.h:143
uint32_t baud_rate
Definition: usbuart3.h:140
int32_t usbuart3_generic_read(usbuart3_t *ctx, char *data_buf, uint16_t max_len)
Generic read function.
pin_name_t rts
Definition: usbuart3.h:136
pin_name_t cts
Definition: usbuart3.h:134
pin_name_t wup
Definition: usbuart3.h:135