dpp-enrollee sample
testable
is only used within dpp-enrollee sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
dpp-enrollee sample
testable
testable macro
Syntax
Show:
Summary
Declaration
from
qrcodegen.c:31
#define
testable
static
Examples
References
from
examples
Code
Location
#define
testable
static
// Keep functions private
qrcodegen.c:31
testable
void
appendBitsToBuffer
(
unsigned
int
val
,
int
numBits
,
uint8_t
buffer
[
]
,
int
*
bitLen
)
;
qrcodegen.c:55
testable
void
addEccAndInterleave
(
uint8_t
data
[
]
,
int
version
,
enum
qrcodegen_Ecc
ecl
,
uint8_t
result
[
]
)
;
qrcodegen.c:57
testable
int
getNumDataCodewords
(
int
version
,
enum
qrcodegen_Ecc
ecl
)
;
qrcodegen.c:58
testable
int
getNumRawDataModules
(
int
ver
)
;
qrcodegen.c:59
testable
void
reedSolomonComputeDivisor
(
int
degree
,
uint8_t
result
[
]
)
;
qrcodegen.c:61
testable
void
reedSolomonComputeRemainder
(
const
uint8_t
data
[
]
,
int
dataLen
,
qrcodegen.c:62
testable
uint8_t
reedSolomonMultiply
(
uint8_t
x
,
uint8_t
y
)
;
qrcodegen.c:64
testable
void
initializeFunctionModules
(
int
version
,
uint8_t
qrcode
[
]
)
;
qrcodegen.c:66
testable
int
getAlignmentPatternPositions
(
int
version
,
uint8_t
result
[
7
]
)
;
qrcodegen.c:69
testable
bool
getModule
(
const
uint8_t
qrcode
[
]
,
int
x
,
int
y
)
;
qrcodegen.c:79
testable
void
setModule
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
;
qrcodegen.c:80
testable
void
setModuleBounded
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
;
qrcodegen.c:81
testable
int
calcSegmentBitLength
(
enum
qrcodegen_Mode
mode
,
size_t
numChars
)
;
qrcodegen.c:84
testable
int
getTotalBits
(
const
struct
qrcodegen_Segment
segs
[
]
,
size_t
len
,
int
version
)
;
qrcodegen.c:85
testable
const
int8_t
ECC_CODEWORDS_PER_BLOCK
[
4
]
[
41
]
=
{
qrcodegen.c:97
testable
const
int8_t
NUM_ERROR_CORRECTION_BLOCKS
[
4
]
[
41
]
=
{
qrcodegen.c:109
testable
void
appendBitsToBuffer
(
unsigned
int
val
,
int
numBits
,
uint8_t
buffer
[
]
,
int
*
bitLen
)
qrcodegen.c:193
testable
void
addEccAndInterleave
(
uint8_t
data
[
]
,
int
version
,
enum
qrcodegen_Ecc
ecl
,
uint8_t
result
[
]
)
qrcodegen.c:310
testable
int
getNumDataCodewords
(
int
version
,
enum
qrcodegen_Ecc
ecl
)
qrcodegen.c:346
testable
int
getNumRawDataModules
(
int
ver
)
qrcodegen.c:359
testable
void
reedSolomonComputeDivisor
(
int
degree
,
uint8_t
result
[
]
)
qrcodegen.c:380
testable
void
reedSolomonComputeRemainder
(
const
uint8_t
data
[
]
,
int
dataLen
,
qrcodegen.c:408
testable
uint8_t
reedSolomonMultiply
(
uint8_t
x
,
uint8_t
y
)
qrcodegen.c:428
testable
void
initializeFunctionModules
(
int
version
,
uint8_t
qrcode
[
]
)
qrcodegen.c:445
testable
int
getAlignmentPatternPositions
(
int
version
,
uint8_t
result
[
7
]
)
qrcodegen.c:590
testable
bool
getModule
(
const
uint8_t
qrcode
[
]
,
int
x
,
int
y
)
qrcodegen.c:831
testable
void
setModule
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
qrcodegen.c:841
testable
void
setModuleBounded
(
uint8_t
qrcode
[
]
,
int
x
,
int
y
,
bool
isBlack
)
qrcodegen.c:857
testable
int
calcSegmentBitLength
(
enum
qrcodegen_Mode
mode
,
size_t
numChars
)
qrcodegen.c:922
testable
int
getTotalBits
(
const
struct
qrcodegen_Segment
segs
[
]
,
size_t
len
,
int
version
)
qrcodegen.c:1074
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out