Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MCUdude/MiniCore
/ functions
Functions
431 in github.com/MCUdude/MiniCore
⨍
Functions
431
◇
Types & classes
33
Function
disablePower
avr/cores/MCUdude_corefiles/wiring_extras.h:217
Function
disableSleep
avr/cores/MCUdude_corefiles/wiring_extras.h:87
Method
dtr
avr/cores/MCUdude_corefiles/CDC.cpp:273
Function
enablePower
avr/cores/MCUdude_corefiles/wiring_extras.h:158
Function
enableSleep
avr/cores/MCUdude_corefiles/wiring_extras.h:78
Method
end
avr/libraries/SPI/src/SPI.cpp:66
Method
end
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:445
Method
end
avr/libraries/EEPROM/src/EEPROM.h:126
Method
end
avr/libraries/SPI1/src/SPI1.cpp:66
Method
end
avr/libraries/Wire/src/Wire.cpp:83
Method
end
avr/cores/MCUdude_corefiles/CDC.cpp:169
Method
end
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:152
Method
end
avr/cores/MCUdude_corefiles/WString.h:165
Method
endTransaction
After performing a group of transfers and releasing the chip select signal, this function allows others to access the SPI bus
avr/libraries/SPI/src/SPI.h:263
Method
endTransaction
After performing a group of transfers and releasing the chip select signal, this function allows others to access the SPI bus
avr/libraries/SPI1/src/SPI1.h:260
Method
endTransmission
Originally, 'endTransmission' was an f(void) function. It has been modified to take one parameter indicating whether or not a STOP should be performed
avr/libraries/Wire/src/Wire.cpp:222
Method
endsWith
avr/cores/MCUdude_corefiles/WString.cpp:502
Method
equals
avr/cores/MCUdude_corefiles/WString.cpp:445
Method
equalsIgnoreCase
avr/cores/MCUdude_corefiles/WString.cpp:477
Method
fetch_data
* @brief Read bytes from the flash memory and write its content to the RAM * buffer. You can read as many or as few bytes as you want. There are no p
avr/libraries/Flash/src/Flash.cpp:189
Method
fetch_page
* @brief Reads a flash page and write its content to the RAM buffer * * @param flash_page_number page number to read from */
avr/libraries/Flash/src/Flash.cpp:160
Method
find
find returns true if the target string is found
avr/cores/MCUdude_corefiles/Stream.cpp:93
Method
find
reads data from the stream until the target string is found
avr/cores/MCUdude_corefiles/Stream.h:71
Method
findMulti
avr/cores/MCUdude_corefiles/Stream.cpp:255
Method
findUntil
as find but search ends if the terminator string is found
avr/cores/MCUdude_corefiles/Stream.cpp:106
Method
findUntil
as find but search ends if the terminator string is found
avr/cores/MCUdude_corefiles/Stream.h:81
Method
flush
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:530
Method
flush
avr/libraries/Wire/src/Wire.cpp:323
Method
flush
avr/cores/MCUdude_corefiles/CDC.cpp:203
Method
flush
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:202
Method
flush
avr/cores/MCUdude_corefiles/Print.h:65
Method
fromString
avr/cores/MCUdude_corefiles/IPAddress.h:50
Method
fromString
avr/cores/MCUdude_corefiles/IPAddress.cpp:46
Method
getBytes
avr/cores/MCUdude_corefiles/WString.cpp:538
Method
getShortName
avr/cores/MCUdude_corefiles/PluggableUSB.h:38
Method
getTimeout
sets maximum milliseconds to wait for stream data, default is 1 second
avr/cores/MCUdude_corefiles/Stream.h:68
Method
getWireTimeoutFlag
* Returns the TWI timeout flag. * * @return true if timeout has occured since the flag was last cleared. */
avr/libraries/Wire/src/Wire.cpp:162
Method
getWriteError
avr/cores/MCUdude_corefiles/Print.h:48
Method
handle_interrupt
static */
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:229
Method
indexOf
avr/cores/MCUdude_corefiles/WString.cpp:555
Method
init
avr/cores/MCUdude_corefiles/WString.cpp:132
Method
init_AlwaysInline
avr/libraries/SPI/src/SPI.h:91
Method
init_AlwaysInline
avr/libraries/SPI1/src/SPI1.h:88
Method
init_MightInline
avr/libraries/SPI/src/SPI.h:88
Method
init_MightInline
avr/libraries/SPI1/src/SPI1.h:85
Function
isAlpha
Checks for an alphabetic character. It is equivalent to (isupper(c) || islower(c)).
avr/cores/MCUdude_corefiles/WCharacter.h:54
Function
isAlphaNumeric
Checks for an alphanumeric character. It is equivalent to (isalpha(c) || isdigit(c)).
avr/cores/MCUdude_corefiles/WCharacter.h:46
Function
isAscii
Checks whether c is a 7-bit unsigned char value that fits into the ASCII character set.
avr/cores/MCUdude_corefiles/WCharacter.h:62
Function
isControl
Checks for a control character.
avr/cores/MCUdude_corefiles/WCharacter.h:76
Function
isDigit
Checks for a digit (0 through 9).
avr/cores/MCUdude_corefiles/WCharacter.h:83
Function
isGraph
Checks for any printable character except space.
avr/cores/MCUdude_corefiles/WCharacter.h:90
Function
isHexadecimalDigit
Checks for a hexadecimal digits, i.e. one of 0 1 2 3 4 5 6 7 8 9 a b c d e f A B C D E F.
avr/cores/MCUdude_corefiles/WCharacter.h:136
Method
isListening
avr/libraries/SoftwareSerial/src/SoftwareSerial.h:114
Function
isLowerCase
Checks for a lower-case character.
avr/cores/MCUdude_corefiles/WCharacter.h:97
Function
isPrintable
Checks for any printable character including space.
avr/cores/MCUdude_corefiles/WCharacter.h:104
Function
isPunct
Checks for any printable character which is not a space or an alphanumeric character.
avr/cores/MCUdude_corefiles/WCharacter.h:112
Function
isSpace
Checks for white-space characters. For the avr-libc library, these are: space, formfeed ('\f'), newline ('\n'), carriage return ('\r'), horizontal tab
avr/cores/MCUdude_corefiles/WCharacter.h:121
Function
isUpperCase
Checks for an uppercase letter.
avr/cores/MCUdude_corefiles/WCharacter.h:128
Function
isWhitespace
Checks for a blank character, that is, a space or a tab.
avr/cores/MCUdude_corefiles/WCharacter.h:69
Function
isr
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:222
Method
lastIndexOf
avr/cores/MCUdude_corefiles/WString.cpp:581
Method
length
Standards requires this to be the item after the last valid entry. The returned pointer is invalid.
avr/libraries/EEPROM/src/EEPROM.h:127
Method
listen
This function sets the current object as the "listening" one and returns true if it replaces another
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:89
Function
main
avr/cores/MCUdude_corefiles/main.cpp:33
Function
main
main program starts here */
avr/bootloaders/optiboot_flash/optiboot_flash.c:473
Function
makeWord
avr/cores/MCUdude_corefiles/WMath.cpp:57
Function
map
avr/cores/MCUdude_corefiles/WMath.cpp:52
Function
max
avr/cores/MCUdude_corefiles/Arduino.h:319
Method
move
avr/cores/MCUdude_corefiles/WString.cpp:194
Function
noPullup
avr/cores/MCUdude_corefiles/wiring_extras.h:31
Method
notUsingInterrupt
avr/libraries/SPI/src/SPI.cpp:160
Method
notUsingInterrupt
avr/libraries/SPI1/src/SPI1.cpp:160
Function
nothing
avr/cores/MCUdude_corefiles/WInterrupts.c:34
Method
numbits
avr/cores/MCUdude_corefiles/CDC.cpp:269
Method
onReceive
sets function called on slave write
avr/libraries/Wire/src/Wire.cpp:369
Method
onRequest
sets function called on slave read
avr/libraries/Wire/src/Wire.cpp:375
Method
onRequestService
behind the scenes function that is called when data is requested
avr/libraries/Wire/src/Wire.cpp:354
Method
operator !=
avr/cores/MCUdude_corefiles/WString.h:144
Method
operator ==
avr/cores/MCUdude_corefiles/WString.h:142
Function
operator delete
avr/cores/MCUdude_corefiles/new.cpp:87
Function
operator delete[]
avr/cores/MCUdude_corefiles/new.cpp:90
Function
operator new[]
avr/cores/MCUdude_corefiles/new.cpp:55
Method
operator!=
Iterator functionality.
avr/libraries/EEPROM/src/EEPROM.h:96
Method
operator*
Access/read members.
avr/libraries/EEPROM/src/EEPROM.h:42
Method
operator*
avr/libraries/EEPROM/src/EEPROM.h:97
Method
operator++
Postfix increment/decrement **/
avr/libraries/EEPROM/src/EEPROM.h:66
Method
operator++
avr/libraries/EEPROM/src/EEPROM.h:102
Method
operator--
avr/libraries/EEPROM/src/EEPROM.h:71
Method
operator--
avr/libraries/EEPROM/src/EEPROM.h:103
Method
operator<
avr/cores/MCUdude_corefiles/WString.cpp:457
Method
operator<=
avr/cores/MCUdude_corefiles/WString.cpp:467
Method
operator==
avr/cores/MCUdude_corefiles/IPAddress.h:55
Method
operator==
avr/cores/MCUdude_corefiles/IPAddress.cpp:98
Method
operator>
avr/cores/MCUdude_corefiles/WString.cpp:462
Method
operator>=
avr/cores/MCUdude_corefiles/WString.cpp:472
Method
operator[]
Basic user access methods.
avr/libraries/EEPROM/src/EEPROM.h:119
Method
operator[]
avr/cores/MCUdude_corefiles/WString.cpp:532
Method
operator[]
Overloaded index operator to allow getting and setting individual octets of the address
avr/cores/MCUdude_corefiles/IPAddress.h:59
Method
overflow
avr/libraries/SoftwareSerial/src/SoftwareSerial.h:116
Method
paritytype
avr/cores/MCUdude_corefiles/CDC.cpp:265
← previous
next →
201–300 of 431, ranked by callers