i2c_oled sample
qrcodegen_makeAlphanumeric()
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
qrcodegen_makeAlphanumeric()
qrcodegen_makeAlphanumeric() function
Syntax
Show:
Summary
Declaration
Definition
from
qrcodegen.h:280
struct
qrcodegen_Segment
qrcodegen_makeAlphanumeric
(
const
char
*
text
,
uint8_t
buf
[
]
)
;
Implemented in
qrcodegen.c:912
Arguments
Argument
text
buf
Examples
References
from
examples
Code
Location
Referrer
struct
qrcodegen_Segment
qrcodegen_makeAlphanumeric
(
const
char
*
text
,
uint8_t
buf
[
]
)
{
qrcodegen.c:912
struct
qrcodegen_Segment
qrcodegen_makeAlphanumeric
(
const
char
*
text
,
uint8_t
buf
[
]
)
;
qrcodegen.h:280
seg
=
qrcodegen_makeAlphanumeric
(
text
,
tempBuffer
)
;
qrcodegen.c:144
qrcodegen_encodeText()
Call Tree
from
examples
qrcodegen_makeAlphanumeric()
is called by 1 function and calls 3 functions:
qrcodegen_encodeText()
All items filtered out
qrcodegen_makeAlphanumeric()
__assert_func()
appendBitsToBuffer()
calcSegmentBitLength()
All items filtered out
Data Use
from
examples
qrcodegen_makeAlphanumeric()
reads 4 variables and writes 4 variables:
qrcodegen_Mode::qrcodegen_Mode_ALPHANUMERIC
qrcodegen_Segment::mode
qrcodegen_Segment::bitLength
ALPHANUMERIC_CHARSET
All items filtered out
qrcodegen_makeAlphanumeric()
qrcodegen_Segment::mode
qrcodegen_Segment::numChars
qrcodegen_Segment::data
qrcodegen_Segment::bitLength
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