canisolator3 2.1.0.0
|
API for configuring and manipulating CAN Isolator 3 Click driver. More...
Topics | |
CAN Isolator 3 Device Settings | |
Settings for registers of CAN Isolator 3 Click driver. | |
CAN Isolator 3 MikroBUS Map | |
MikroBUS pin mapping of CAN Isolator 3 Click driver. | |
Functions | |
void | canisolator3_cfg_setup (canisolator3_cfg_t *cfg) |
CAN Isolator 3 configuration object setup function. | |
err_t | canisolator3_init (canisolator3_t *ctx, canisolator3_cfg_t *cfg) |
CAN Isolator 3 initialization function. | |
void | canisolator3_default_cfg (canisolator3_t *ctx) |
CAN Isolator 3 default configuration function. | |
err_t | canisolator3_generic_write (canisolator3_t *ctx, uint8_t *data_in, uint16_t len) |
CAN Isolator 3 data writing function. | |
err_t | canisolator3_generic_read (canisolator3_t *ctx, uint8_t *data_out, uint16_t len) |
CAN Isolator 3 data reading function. | |
void | canisolator3_set_pol_pin (canisolator3_t *ctx, uint8_t pin_state) |
CAN Isolator 3 set polarity function. | |
API for configuring and manipulating CAN Isolator 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 canisolator3_cfg_setup | ( | canisolator3_cfg_t * | cfg | ) |
CAN Isolator 3 configuration object setup function.
This function initializes click configuration structure to initial values.
[out] | cfg | : Click configuration structure. See canisolator3_cfg_t object definition for detailed explanation. |
void canisolator3_default_cfg | ( | canisolator3_t * | ctx | ) |
CAN Isolator 3 default configuration function.
This function executes a default configuration of CAN Isolator 3 click board.
[in] | ctx | : Click context object. See canisolator3_t object definition for detailed explanation. |
err_t canisolator3_generic_read | ( | canisolator3_t * | ctx, |
uint8_t * | data_out, | ||
uint16_t | len ) |
CAN Isolator 3 data reading function.
This function reads a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See canisolator3_t object definition for detailed explanation. |
[out] | data_out | : Output read data. |
[in] | len | : Number of bytes to be read. |
>0
- Number of data bytes read, <=0
- Error/Empty Ring buffer. See #err_t definition for detailed explanation. err_t canisolator3_generic_write | ( | canisolator3_t * | ctx, |
uint8_t * | data_in, | ||
uint16_t | len ) |
CAN Isolator 3 data writing function.
This function writes a desired number of data bytes by using UART serial interface.
[in] | ctx | : Click context object. See canisolator3_t object definition for detailed explanation. |
[in] | data_in | : Data buffer for sending. |
[in] | len | : Number of bytes for sending. |
>=0
- Success, <0
- Error. See #err_t definition for detailed explanation. err_t canisolator3_init | ( | canisolator3_t * | ctx, |
canisolator3_cfg_t * | cfg ) |
CAN Isolator 3 initialization function.
This function initializes all necessary pins and peripherals used for this click board.
[out] | ctx | : Click context object. See canisolator3_t object definition for detailed explanation. |
[in] | cfg | : Click configuration structure. See canisolator3_cfg_t object definition for detailed explanation. |
0
- Success, -1
- Error. See #err_t definition for detailed explanation. void canisolator3_set_pol_pin | ( | canisolator3_t * | ctx, |
uint8_t | pin_state ) |
CAN Isolator 3 set polarity function.
This function is used to select CAN High and CAN Low output.
[in] | ctx | : Click context object. See canisolator3_t object definition for detailed explanation. |
[in] | pin_state | : Polarity pin state. |