foxBMS
1.2.1
The foxBMS Battery Management System API Documentation
|
General macros and definitions for the whole platform. More...
#include "HL_sys_common.h"
#include "fassert.h"
#include "fstd_types.h"
#include <stdbool.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | LARGEST_PIN_NUMBER (31u) |
largest pin number that exists in TMS570LC4357 More... | |
#define | ADC_ADC1_MAX_NR_CHANNELS (32U) |
maximum number of channels measured by the ADC1 More... | |
#define | SETBIT(register, bit) ((register) |= (uint32)((uint32)1U << (bit))) |
sets a bit to 1u More... | |
#define | CLEARBIT(register, bit) ((register) &= ~(uint32)((uint32)1U << (bit))) |
clears a bit to 0u More... | |
#define | must_check_return __attribute__((warn_unused_result)) |
Allows functions to generate warnings in GCC for unused returns. More... | |
#define | always_inline __attribute__((always_inline)) |
#define | UNIT_TEST_WEAK_IMPL |
#define | REPEAT_MAXIMUM_REPETITIONS (99u) |
#define | REPEAT_U(x, n) REPEAT_Ux(x, n) |
Macro that helps to generate a series of literals (for array initializers). More... | |
#define | STRIP(x) STRIP_PARENS(GET_ARGS x) |
#define | REPEAT_U1u(x) (x) |
#define | REPEAT_U2u(x) REPEAT_U1u(x), (x) |
#define | REPEAT_U3u(x) REPEAT_U2u(x), (x) |
#define | REPEAT_U4u(x) REPEAT_U3u(x), (x) |
#define | REPEAT_U5u(x) REPEAT_U4u(x), (x) |
#define | REPEAT_U6u(x) REPEAT_U5u(x), (x) |
#define | REPEAT_U7u(x) REPEAT_U6u(x), (x) |
#define | REPEAT_U8u(x) REPEAT_U7u(x), (x) |
#define | REPEAT_U9u(x) REPEAT_U8u(x), (x) |
#define | REPEAT_U10u(x) REPEAT_U9u(x), (x) |
#define | REPEAT_U11u(x) REPEAT_U10u(x), (x) |
#define | REPEAT_U12u(x) REPEAT_U11u(x), (x) |
#define | REPEAT_U13u(x) REPEAT_U12u(x), (x) |
#define | REPEAT_U14u(x) REPEAT_U13u(x), (x) |
#define | REPEAT_U15u(x) REPEAT_U14u(x), (x) |
#define | REPEAT_U16u(x) REPEAT_U15u(x), (x) |
#define | REPEAT_U17u(x) REPEAT_U16u(x), (x) |
#define | REPEAT_U18u(x) REPEAT_U17u(x), (x) |
#define | REPEAT_U19u(x) REPEAT_U18u(x), (x) |
#define | REPEAT_U20u(x) REPEAT_U19u(x), (x) |
#define | REPEAT_U21u(x) REPEAT_U20u(x), (x) |
#define | REPEAT_U22u(x) REPEAT_U21u(x), (x) |
#define | REPEAT_U23u(x) REPEAT_U22u(x), (x) |
#define | REPEAT_U24u(x) REPEAT_U23u(x), (x) |
#define | REPEAT_U25u(x) REPEAT_U24u(x), (x) |
#define | REPEAT_U26u(x) REPEAT_U25u(x), (x) |
#define | REPEAT_U27u(x) REPEAT_U26u(x), (x) |
#define | REPEAT_U28u(x) REPEAT_U27u(x), (x) |
#define | REPEAT_U29u(x) REPEAT_U28u(x), (x) |
#define | REPEAT_U30u(x) REPEAT_U29u(x), (x) |
#define | REPEAT_U31u(x) REPEAT_U30u(x), (x) |
#define | REPEAT_U32u(x) REPEAT_U31u(x), (x) |
#define | REPEAT_U33u(x) REPEAT_U32u(x), (x) |
#define | REPEAT_U34u(x) REPEAT_U33u(x), (x) |
#define | REPEAT_U35u(x) REPEAT_U34u(x), (x) |
#define | REPEAT_U36u(x) REPEAT_U35u(x), (x) |
#define | REPEAT_U37u(x) REPEAT_U36u(x), (x) |
#define | REPEAT_U38u(x) REPEAT_U37u(x), (x) |
#define | REPEAT_U39u(x) REPEAT_U38u(x), (x) |
#define | REPEAT_U40u(x) REPEAT_U39u(x), (x) |
#define | REPEAT_U41u(x) REPEAT_U40u(x), (x) |
#define | REPEAT_U42u(x) REPEAT_U41u(x), (x) |
#define | REPEAT_U43u(x) REPEAT_U42u(x), (x) |
#define | REPEAT_U44u(x) REPEAT_U43u(x), (x) |
#define | REPEAT_U45u(x) REPEAT_U44u(x), (x) |
#define | REPEAT_U46u(x) REPEAT_U45u(x), (x) |
#define | REPEAT_U47u(x) REPEAT_U46u(x), (x) |
#define | REPEAT_U48u(x) REPEAT_U47u(x), (x) |
#define | REPEAT_U49u(x) REPEAT_U48u(x), (x) |
#define | REPEAT_U50u(x) REPEAT_U49u(x), (x) |
#define | REPEAT_U51u(x) REPEAT_U50u(x), (x) |
#define | REPEAT_U52u(x) REPEAT_U51u(x), (x) |
#define | REPEAT_U53u(x) REPEAT_U52u(x), (x) |
#define | REPEAT_U54u(x) REPEAT_U53u(x), (x) |
#define | REPEAT_U55u(x) REPEAT_U54u(x), (x) |
#define | REPEAT_U56u(x) REPEAT_U55u(x), (x) |
#define | REPEAT_U57u(x) REPEAT_U56u(x), (x) |
#define | REPEAT_U58u(x) REPEAT_U57u(x), (x) |
#define | REPEAT_U59u(x) REPEAT_U58u(x), (x) |
#define | REPEAT_U60u(x) REPEAT_U59u(x), (x) |
#define | REPEAT_U61u(x) REPEAT_U60u(x), (x) |
#define | REPEAT_U62u(x) REPEAT_U61u(x), (x) |
#define | REPEAT_U63u(x) REPEAT_U62u(x), (x) |
#define | REPEAT_U64u(x) REPEAT_U63u(x), (x) |
#define | REPEAT_U65u(x) REPEAT_U64u(x), (x) |
#define | REPEAT_U66u(x) REPEAT_U65u(x), (x) |
#define | REPEAT_U67u(x) REPEAT_U66u(x), (x) |
#define | REPEAT_U68u(x) REPEAT_U67u(x), (x) |
#define | REPEAT_U69u(x) REPEAT_U68u(x), (x) |
#define | REPEAT_U70u(x) REPEAT_U69u(x), (x) |
#define | REPEAT_U71u(x) REPEAT_U70u(x), (x) |
#define | REPEAT_U72u(x) REPEAT_U71u(x), (x) |
#define | REPEAT_U73u(x) REPEAT_U72u(x), (x) |
#define | REPEAT_U74u(x) REPEAT_U73u(x), (x) |
#define | REPEAT_U75u(x) REPEAT_U74u(x), (x) |
#define | REPEAT_U76u(x) REPEAT_U75u(x), (x) |
#define | REPEAT_U77u(x) REPEAT_U76u(x), (x) |
#define | REPEAT_U78u(x) REPEAT_U77u(x), (x) |
#define | REPEAT_U79u(x) REPEAT_U78u(x), (x) |
#define | REPEAT_U80u(x) REPEAT_U79u(x), (x) |
#define | REPEAT_U81u(x) REPEAT_U80u(x), (x) |
#define | REPEAT_U82u(x) REPEAT_U81u(x), (x) |
#define | REPEAT_U83u(x) REPEAT_U82u(x), (x) |
#define | REPEAT_U84u(x) REPEAT_U83u(x), (x) |
#define | REPEAT_U85u(x) REPEAT_U84u(x), (x) |
#define | REPEAT_U86u(x) REPEAT_U85u(x), (x) |
#define | REPEAT_U87u(x) REPEAT_U86u(x), (x) |
#define | REPEAT_U88u(x) REPEAT_U87u(x), (x) |
#define | REPEAT_U89u(x) REPEAT_U88u(x), (x) |
#define | REPEAT_U90u(x) REPEAT_U89u(x), (x) |
#define | REPEAT_U91u(x) REPEAT_U90u(x), (x) |
#define | REPEAT_U92u(x) REPEAT_U91u(x), (x) |
#define | REPEAT_U93u(x) REPEAT_U92u(x), (x) |
#define | REPEAT_U94u(x) REPEAT_U93u(x), (x) |
#define | REPEAT_U95u(x) REPEAT_U94u(x), (x) |
#define | REPEAT_U96u(x) REPEAT_U95u(x), (x) |
#define | REPEAT_U97u(x) REPEAT_U96u(x), (x) |
#define | REPEAT_U98u(x) REPEAT_U97u(x), (x) |
#define | REPEAT_U99u(x) REPEAT_U98u(x), (x) |
#define | REPEAT_Ux(x, n) REPEAT_U##n(x) |
#define | GET_ARGS(...) __VA_ARGS__ |
#define | STRIP_PARENS(x) x |
General macros and definitions for the whole platform.
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 general.h.
#define ADC_ADC1_MAX_NR_CHANNELS (32U) |
#define always_inline __attribute__((always_inline)) |
#define CLEARBIT | ( | register, | |
bit | |||
) | ((register) &= ~(uint32)((uint32)1U << (bit))) |
#define GET_ARGS | ( | ... | ) | __VA_ARGS__ |
#define LARGEST_PIN_NUMBER (31u) |
#define must_check_return __attribute__((warn_unused_result)) |
Allows functions to generate warnings in GCC for unused returns.
This attribute allows to mark that a function return value must be used. The compiler will generate a warning when the return value of a function with this marker is not used in subsequent code.
#define REPEAT_MAXIMUM_REPETITIONS (99u) |
Maximum number of supported repetitions in REPEAT_U(). Adapt if you change implementation.
#define REPEAT_U | ( | x, | |
n | |||
) | REPEAT_Ux(x, n) |
Macro that helps to generate a series of literals (for array initializers).
This macro generates a series of literals for array initializers. This can be used for initializing arrays to arbitrary non-null values when their size is defined with a macro. If the array shall be initialized to null the standard {0} should be used.
x | token that should be repeated, e.g. true |
n | Times that it should be repeated (stripped of parenthesis with STRIP() and described as unsigned integer literal) (maximum 16, REPEAT_MAXIMUM_REPETITIONS, repetitions) |
Example usage:
#define ARRAY_SIZE (4u) bool variable[ARRAY_SIZE] = {REPEAT_U(false, STRIP(ARRAY_SIZE))};
This will expand to:
bool variable[ARRAY_SIZE] = {false, false, false, false};
#define REPEAT_U10u | ( | x | ) | REPEAT_U9u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U11u | ( | x | ) | REPEAT_U10u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U12u | ( | x | ) | REPEAT_U11u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U13u | ( | x | ) | REPEAT_U12u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U14u | ( | x | ) | REPEAT_U13u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U15u | ( | x | ) | REPEAT_U14u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U16u | ( | x | ) | REPEAT_U15u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U17u | ( | x | ) | REPEAT_U16u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U18u | ( | x | ) | REPEAT_U17u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U19u | ( | x | ) | REPEAT_U18u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U1u | ( | x | ) | (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U20u | ( | x | ) | REPEAT_U19u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U21u | ( | x | ) | REPEAT_U20u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U22u | ( | x | ) | REPEAT_U21u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U23u | ( | x | ) | REPEAT_U22u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U24u | ( | x | ) | REPEAT_U23u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U25u | ( | x | ) | REPEAT_U24u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U26u | ( | x | ) | REPEAT_U25u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U27u | ( | x | ) | REPEAT_U26u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U28u | ( | x | ) | REPEAT_U27u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U29u | ( | x | ) | REPEAT_U28u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U2u | ( | x | ) | REPEAT_U1u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U30u | ( | x | ) | REPEAT_U29u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U31u | ( | x | ) | REPEAT_U30u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U32u | ( | x | ) | REPEAT_U31u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U33u | ( | x | ) | REPEAT_U32u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U34u | ( | x | ) | REPEAT_U33u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U35u | ( | x | ) | REPEAT_U34u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U36u | ( | x | ) | REPEAT_U35u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U37u | ( | x | ) | REPEAT_U36u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U38u | ( | x | ) | REPEAT_U37u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U39u | ( | x | ) | REPEAT_U38u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U3u | ( | x | ) | REPEAT_U2u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U40u | ( | x | ) | REPEAT_U39u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U41u | ( | x | ) | REPEAT_U40u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U42u | ( | x | ) | REPEAT_U41u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U43u | ( | x | ) | REPEAT_U42u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U44u | ( | x | ) | REPEAT_U43u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U45u | ( | x | ) | REPEAT_U44u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U46u | ( | x | ) | REPEAT_U45u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U47u | ( | x | ) | REPEAT_U46u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U48u | ( | x | ) | REPEAT_U47u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U49u | ( | x | ) | REPEAT_U48u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U4u | ( | x | ) | REPEAT_U3u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U50u | ( | x | ) | REPEAT_U49u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U51u | ( | x | ) | REPEAT_U50u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U52u | ( | x | ) | REPEAT_U51u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U53u | ( | x | ) | REPEAT_U52u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U54u | ( | x | ) | REPEAT_U53u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U55u | ( | x | ) | REPEAT_U54u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U56u | ( | x | ) | REPEAT_U55u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U57u | ( | x | ) | REPEAT_U56u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U58u | ( | x | ) | REPEAT_U57u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U59u | ( | x | ) | REPEAT_U58u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U5u | ( | x | ) | REPEAT_U4u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U60u | ( | x | ) | REPEAT_U59u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U61u | ( | x | ) | REPEAT_U60u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U62u | ( | x | ) | REPEAT_U61u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U63u | ( | x | ) | REPEAT_U62u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U64u | ( | x | ) | REPEAT_U63u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U65u | ( | x | ) | REPEAT_U64u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U66u | ( | x | ) | REPEAT_U65u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U67u | ( | x | ) | REPEAT_U66u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U68u | ( | x | ) | REPEAT_U67u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U69u | ( | x | ) | REPEAT_U68u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U6u | ( | x | ) | REPEAT_U5u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U70u | ( | x | ) | REPEAT_U69u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U71u | ( | x | ) | REPEAT_U70u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U72u | ( | x | ) | REPEAT_U71u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U73u | ( | x | ) | REPEAT_U72u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U74u | ( | x | ) | REPEAT_U73u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U75u | ( | x | ) | REPEAT_U74u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U76u | ( | x | ) | REPEAT_U75u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U77u | ( | x | ) | REPEAT_U76u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U78u | ( | x | ) | REPEAT_U77u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U79u | ( | x | ) | REPEAT_U78u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U7u | ( | x | ) | REPEAT_U6u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U80u | ( | x | ) | REPEAT_U79u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U81u | ( | x | ) | REPEAT_U80u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U82u | ( | x | ) | REPEAT_U81u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U83u | ( | x | ) | REPEAT_U82u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U84u | ( | x | ) | REPEAT_U83u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U85u | ( | x | ) | REPEAT_U84u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U86u | ( | x | ) | REPEAT_U85u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U87u | ( | x | ) | REPEAT_U86u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U88u | ( | x | ) | REPEAT_U87u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U89u | ( | x | ) | REPEAT_U88u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U8u | ( | x | ) | REPEAT_U7u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U90u | ( | x | ) | REPEAT_U89u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U91u | ( | x | ) | REPEAT_U90u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U92u | ( | x | ) | REPEAT_U91u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U93u | ( | x | ) | REPEAT_U92u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U94u | ( | x | ) | REPEAT_U93u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U95u | ( | x | ) | REPEAT_U94u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U96u | ( | x | ) | REPEAT_U95u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U97u | ( | x | ) | REPEAT_U96u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U98u | ( | x | ) | REPEAT_U97u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U99u | ( | x | ) | REPEAT_U98u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_U9u | ( | x | ) | REPEAT_U8u(x), (x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define REPEAT_Ux | ( | x, | |
n | |||
) | REPEAT_U##n(x) |
Internal macros for the implementation of REPEAT_U(). Do not use outside.
#define SETBIT | ( | register, | |
bit | |||
) | ((register) |= (uint32)((uint32)1U << (bit))) |
#define STRIP | ( | x | ) | STRIP_PARENS(GET_ARGS x) |
#define STRIP_PARENS | ( | x | ) | x |