rs485isolator2 2.0.0.0

Topics

 MikroBUS
 
 Error Code
 
 Driver define
 

Macros

#define RS485ISOLATOR2_ENABLE_RE   0x00
 
#define RS485ISOLATOR2_DISABLE_RE   0x01
 
#define RS485ISOLATOR2_ENABLE_DE   0x01
 
#define RS485ISOLATOR2_DISABLE_DE   0x00
 
#define RS485ISOLATOR2_ENABLE_INR   0x01
 
#define RS485ISOLATOR2_DISABLE_INR   0x00
 
#define RS485ISOLATOR2_ENABLE_IND   0x01
 
#define RS485ISOLATOR2_DISABLE_IND   0x00
 

Detailed Description

Any initialization code needed for MCU to function properly. Do not remove this line or clock might not be set correctly.

Macro Definition Documentation

◆ RS485ISOLATOR2_DISABLE_DE

#define RS485ISOLATOR2_DISABLE_DE   0x00

◆ RS485ISOLATOR2_DISABLE_IND

#define RS485ISOLATOR2_DISABLE_IND   0x00

◆ RS485ISOLATOR2_DISABLE_INR

#define RS485ISOLATOR2_DISABLE_INR   0x00

◆ RS485ISOLATOR2_DISABLE_RE

#define RS485ISOLATOR2_DISABLE_RE   0x01

◆ RS485ISOLATOR2_ENABLE_DE

#define RS485ISOLATOR2_ENABLE_DE   0x01

◆ RS485ISOLATOR2_ENABLE_IND

#define RS485ISOLATOR2_ENABLE_IND   0x01

◆ RS485ISOLATOR2_ENABLE_INR

#define RS485ISOLATOR2_ENABLE_INR   0x01

◆ RS485ISOLATOR2_ENABLE_RE

#define RS485ISOLATOR2_ENABLE_RE   0x00