foxBMS - Unit Tests
1.4.1
The foxBMS Unit Tests API Documentation
|
Headers for the configuration for the insulation monitoring. More...
Go to the source code of this file.
Data Structures | |
struct | IR155_MEASUREMENT_s |
struct | IR155_STATE_s |
Macros | |
#define | IR155_GET_DIGITAL_STATUS_PIN_STATE() IO_PinGet(&IR155_DIGITAL_STATUS_INPUT_PORT->DIN, IR155_DIGITAL_STATUS_INPUT_PIN) |
Typedefs | |
typedef enum IR155_MEASUREMENT_MODE | IR155_MEASUREMENT_MODE_e |
typedef enum IR155_MEASUREMENT_STATE | IR155_MEASUREMENT_STATE_e |
Functions | |
void | IR155_Initialize (uint8_t triggerTime_ms) |
Software initialization of Timer-module. More... | |
void | IR155_Deinitialize (void) |
Software deinitialization of Timer-module. More... | |
IR155_MEASUREMENT_s | IR155_GetMeasurementValues (void) |
Interface function which delivers the actual signal measurement (duty cyle) and evaluation. Use of intervals because of measuring and signal inaccuracy. The evaluated results are finally written in the database. More... | |
Variables | |
IR155_STATE_s | ir155_state |
Headers for the configuration for the insulation monitoring.
SPDX-License-Identifier: BSD-3-Clause
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:
Definition in file bender_ir155_helper.h.
#define IR155_GET_DIGITAL_STATUS_PIN_STATE | ( | ) | IO_PinGet(&IR155_DIGITAL_STATUS_INPUT_PORT->DIN, IR155_DIGITAL_STATUS_INPUT_PIN) |
Definition at line 72 of file bender_ir155_helper.h.
typedef enum IR155_MEASUREMENT_MODE IR155_MEASUREMENT_MODE_e |
symbolic names for the different measurement modes of Bender Isometer. Defined through the frequency of the measurement signal.
typedef enum IR155_MEASUREMENT_STATE IR155_MEASUREMENT_STATE_e |
symbolic names for the different operating states Bender Isometer. Defined through the duty cycle of the measurement signal.
symbolic names for the different measurement modes of Bender Isometer. Defined through the frequency of the measurement signal.
Definition at line 79 of file bender_ir155_helper.h.
symbolic names for the different operating states Bender Isometer. Defined through the duty cycle of the measurement signal.
Definition at line 96 of file bender_ir155_helper.h.
void IR155_Deinitialize | ( | void | ) |
Software deinitialization of Timer-module.
Definition at line 216 of file bender_ir155_helper.c.
IR155_MEASUREMENT_s IR155_GetMeasurementValues | ( | void | ) |
Interface function which delivers the actual signal measurement (duty cyle) and evaluation. Use of intervals because of measuring and signal inaccuracy. The evaluated results are finally written in the database.
Definition at line 230 of file bender_ir155_helper.c.
void IR155_Initialize | ( | uint8_t | triggerTime_ms | ) |
Software initialization of Timer-module.
triggerTime_ms | cyclic call time of IR155_GetMeasurementValues function |
Definition at line 194 of file bender_ir155_helper.c.
|
extern |