![]() |
DC2100A
1.2.0
Bi-Directional Cell Balancer Using the LTC3300-1 and the LTC6804-2
|
Driver Configuration Header File for LTC3300-1 High Efficiency Bidirectional Multicell Battery Balancer. More...
Go to the source code of this file.
Driver Configuration Header File for LTC3300-1 High Efficiency Bidirectional Multicell Battery Balancer.
Definition in file LTC3300-1_Config.h.
Macros | |
#define | LTC3300_CONFIG_NUM_ICS_PER_ADDRESS DC2100A_NUM_LTC3300 |
Configures the number of LTC3300-1 ICs in a chain at each logical address. More... | |
#define | LTC3300_CONFIG_SPI_WRITE(address, data_ptr, num_bytes, baud_khz) LTC6804_SPI_Write(address, TRUE, TRUE, data_ptr, num_bytes, baud_khz) |
Configures interface through which LTC3300-1 driver module sends SPI bytes to a chain of LTC3300-1 ICs. More... | |
#define | LTC3300_CONFIG_SPI_READ(address, data_ptr, num_bytes, baud_khz) LTC6804_SPI_Read(address, TRUE, TRUE, data_ptr, num_bytes, baud_khz) |
Configures interface through which LTC3300-1 driver module receives SPI bytes from a chain of LTC3300-1 ICs. More... | |
#define | LTC3300_CONFIG_ERROR_CRC(address, ic_num, command, data_ptr, num_bytes) |
Configures interface through which LTC3300-1 driver module reports its CRC errors. More... | |
#define LTC3300_CONFIG_ERROR_CRC | ( | address, | |
ic_num, | |||
command, | |||
data_ptr, | |||
num_bytes | |||
) |
Configures interface through which LTC3300-1 driver module reports its CRC errors.
Definition at line 121 of file LTC3300-1_Config.h.
#define LTC3300_CONFIG_NUM_ICS_PER_ADDRESS DC2100A_NUM_LTC3300 |
Configures the number of LTC3300-1 ICs in a chain at each logical address.
Definition at line 86 of file LTC3300-1_Config.h.
#define LTC3300_CONFIG_SPI_READ | ( | address, | |
data_ptr, | |||
num_bytes, | |||
baud_khz | |||
) | LTC6804_SPI_Read(address, TRUE, TRUE, data_ptr, num_bytes, baud_khz) |
Configures interface through which LTC3300-1 driver module receives SPI bytes from a chain of LTC3300-1 ICs.
Definition at line 109 of file LTC3300-1_Config.h.
#define LTC3300_CONFIG_SPI_WRITE | ( | address, | |
data_ptr, | |||
num_bytes, | |||
baud_khz | |||
) | LTC6804_SPI_Write(address, TRUE, TRUE, data_ptr, num_bytes, baud_khz) |
Configures interface through which LTC3300-1 driver module sends SPI bytes to a chain of LTC3300-1 ICs.
Definition at line 97 of file LTC3300-1_Config.h.