![]() |
The foxBMS secondary mcu API documentation
|
Headers for the configuration for the serial peripheral interface module. More...
Go to the source code of this file.
Macros | |
#define | SPI_TRANSMIT_WAKEUP TRUE |
#define | SPI_DUMMY_BYTE_WAIT_TIME_us 25 |
#define | SPI_WAKEUP_WAIT_TIME 0 |
#define | SPI_NSS_PORT1 IO_PIN_BMS_INTERFACE_SPI_NSS |
#define | SPI_NSS_PORT2 IO_PIN_TO_OTHER_MCU_INTERFACE_SPI_NSS |
Typedefs | |
typedef SPI_HandleTypeDef | SPI_HandleType_s |
Variables | |
SPI_HandleType_s | spi_devices [] |
uint8_t | spi_number_of_used_SPI_channels |
Headers for the configuration for the serial peripheral interface module.
BSD 3-Clause License Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
We kindly request you to use one or more of the following phrases to refer to foxBMS in your hardware, software, documentation or advertising materials:
″This product uses parts of foxBMS®″
″This product includes parts of foxBMS®″
″This product is derived from foxBMS®″
#define SPI_DUMMY_BYTE_WAIT_TIME_us 25 |
Wait time in [us] after sending dummy byte on SPI. Max wait time: 1000us
#define SPI_NSS_PORT1 IO_PIN_BMS_INTERFACE_SPI_NSS |
#define SPI_NSS_PORT2 IO_PIN_TO_OTHER_MCU_INTERFACE_SPI_NSS |
#define SPI_TRANSMIT_WAKEUP TRUE |
#define SPI_WAKEUP_WAIT_TIME 0 |
Wait time in [us] during initialization.
typedef SPI_HandleTypeDef SPI_HandleType_s |
SPI_HandleType_s spi_devices[] |
uint8_t spi_number_of_used_SPI_channels |
Number of SPI-channels that will be used Maximum number of usable SPI-Channels is <= 6.