sym_func.db
929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
###################################################
!(no_return)
###################################################
init
Print.write
Print::write
# those are too short for using in comparison.
# they can cause False-Positive.
#Print.print
#Print::print
#Print::println
printNumber
# system functions
CLK_
SystemCoreClockUp
libc_init_array
HardwareSerial::write
#HardwareSerial::flush
digitalWrite
###################################################
!(return_sym)
###################################################
digitalRead
###################################################
!(return_zero)
###################################################
###################################################
!(return_one)
###################################################
HardwareSerial::available
###################################################
!(on_read)
###################################################
HardwareSerial.read