MCPcopy Create free account

hub / github.com/MCUdude/MiniCore / functions

Functions431 in github.com/MCUdude/MiniCore

MethodparseFloat
as parseInt but returns a floating point value
avr/cores/MCUdude_corefiles/Stream.cpp:159
MethodparseFloat
avr/cores/MCUdude_corefiles/Stream.h:112
MethodparseInt
returns the first valid (long) integer value from the current position. lookahead determines how parseInt looks ahead in the stream. See LookaheadMode
avr/cores/MCUdude_corefiles/Stream.cpp:130
MethodparseInt
avr/cores/MCUdude_corefiles/Stream.h:111
Methodpeek
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:535
Methodpeek
must be called in: slave rx event callback or after requestFrom(address, numBytes)
avr/libraries/Wire/src/Wire.cpp:312
Methodpeek
avr/cores/MCUdude_corefiles/CDC.cpp:181
Methodpeek
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:168
MethodpeekNextDigit
returns peek of the next digit in the stream or -1 if timeout discards non-numeric characters
avr/cores/MCUdude_corefiles/Stream.cpp:56
Methodplug
avr/cores/MCUdude_corefiles/PluggableUSB.cpp:73
Methodpoll
avr/cores/MCUdude_corefiles/USBCore.cpp:841
FunctionportMode
avr/cores/MCUdude_corefiles/wiring_extras.h:35
FunctionportRead
avr/cores/MCUdude_corefiles/wiring_extras.h:53
FunctionportWrite
avr/cores/MCUdude_corefiles/wiring_extras.h:63
Functionpre_main
everything that needs to run VERY early */
avr/bootloaders/optiboot_flash/optiboot_flash.c:457
MethodprintFloat
avr/cores/MCUdude_corefiles/Print.cpp:252
MethodprintNumber
avr/cores/MCUdude_corefiles/Print.cpp:232
Methodprintf
avr/cores/MCUdude_corefiles/Print.cpp:208
Functionprintf_putchar
Custom implementation of printf borrowed from the teensy core files
avr/cores/MCUdude_corefiles/Print.cpp:202
Methodprintln
avr/cores/MCUdude_corefiles/Print.cpp:114
Functionpullup
avr/cores/MCUdude_corefiles/wiring_extras.h:30
FunctionpulseIn
Measures the length (in microseconds) of a pulse on the pin; state is HIGH * or LOW, the type of pulse to measure. Works on pulses from 2-3 microsec
avr/cores/MCUdude_corefiles/wiring_pulse.c:33
FunctionpulseInLong
Measures the length (in microseconds) of a pulse on the pin; state is HIGH * or LOW, the type of pulse to measure. Works on pulses from 2-3 microsec
avr/cores/MCUdude_corefiles/wiring_pulse.c:63
Functionradians
avr/cores/MCUdude_corefiles/Arduino.h:334
Functionrandom
avr/cores/MCUdude_corefiles/WMath.cpp:35
FunctionrandomSeed
avr/cores/MCUdude_corefiles/WMath.cpp:28
MethodrawIPAddress
avr/cores/MCUdude_corefiles/Client.h:42
MethodrawIPAddress
avr/cores/MCUdude_corefiles/Udp.h:86
Methodread
Read data from buffer
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:452
Methodread
avr/libraries/EEPROM/src/EEPROM.h:120
Methodread
must be called in: slave rx event callback or after requestFrom(address, numBytes)
avr/libraries/Wire/src/Wire.cpp:296
Methodread
avr/cores/MCUdude_corefiles/CDC.cpp:188
Methodread
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:177
MethodreadBreak
avr/cores/MCUdude_corefiles/CDC.cpp:281
MethodreadBytes
read characters from stream into buffer terminates if length characters have been read, or timeout (see setTimeout) returns the number of characters p
avr/cores/MCUdude_corefiles/Stream.cpp:202
MethodreadBytes
read chars from stream into buffer
avr/cores/MCUdude_corefiles/Stream.h:97
MethodreadBytesUntil
avr/cores/MCUdude_corefiles/Stream.cpp:219
MethodreadBytesUntil
as readBytes with terminator character
avr/cores/MCUdude_corefiles/Stream.h:102
MethodreadString
avr/cores/MCUdude_corefiles/Stream.cpp:231
MethodreadStringUntil
avr/cores/MCUdude_corefiles/Stream.cpp:243
Methodread_buffer
* @brief Wrapper function for the RAM buffer. Lets you read a byte from a * given memory location * * @param index memory address * @return uint8_
avr/libraries/Flash/src/Flash.cpp:82
Methodremove
avr/cores/MCUdude_corefiles/WString.cpp:687
Methodreplace
avr/cores/MCUdude_corefiles/WString.cpp:636
MethodrequestFrom
avr/libraries/Wire/src/Wire.cpp:93
Methodreserve
avr/cores/MCUdude_corefiles/WString.cpp:146
Functionround
avr/cores/MCUdude_corefiles/Arduino.h:324
Methodrts
avr/cores/MCUdude_corefiles/CDC.cpp:277
Methodrx_pin_read
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:211
MethodsetBitOrder
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:294
MethodsetBitOrder
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:291
MethodsetCharAt
avr/cores/MCUdude_corefiles/WString.cpp:517
MethodsetClock
avr/libraries/Wire/src/Wire.cpp:88
MethodsetClockDivider
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:305
MethodsetClockDivider
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:302
MethodsetDataMode
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI/src/SPI.h:300
MethodsetDataMode
This function is deprecated. New applications should use beginTransaction() to configure SPI settings.
avr/libraries/SPI1/src/SPI1.h:297
MethodsetRX
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:292
MethodsetRxIntMsk
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:437
MethodsetTX
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:279
MethodsetTimeout
avr/cores/MCUdude_corefiles/Stream.cpp:87
MethodsetWireTimeout
* Sets the TWI timeout. * * This limits the maximum time to wait for the TWI hardware. If more time passes, the bus is assumed * to have locked up
avr/libraries/Wire/src/Wire.cpp:153
MethodsetWriteError
avr/cores/MCUdude_corefiles/Print.h:44
Methodset_far_address
* @brief If you have allocated flash space in the far progmem, above 64kiB, * you can't just pass your flash space array to the constructor because a
avr/libraries/Flash/src/Flash.cpp:45
FunctionshiftIn
avr/cores/MCUdude_corefiles/wiring_shift.c:25
FunctionshiftOut
avr/cores/MCUdude_corefiles/wiring_shift.c:40
Functionsleep
avr/cores/MCUdude_corefiles/wiring_extras.h:145
FunctionsleepMode
avr/cores/MCUdude_corefiles/wiring_extras.h:95
Functionsq
avr/cores/MCUdude_corefiles/Arduino.h:329
FunctionstartSleep
avr/cores/MCUdude_corefiles/wiring_extras.h:137
MethodstartsWith
avr/cores/MCUdude_corefiles/WString.cpp:490
Methodstopbits
avr/cores/MCUdude_corefiles/CDC.cpp:261
Methodsubstring
avr/cores/MCUdude_corefiles/WString.cpp:615
Methodsubstring
avr/cores/MCUdude_corefiles/WString.h:178
Methodsubtract_cap
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:303
MethodtimedPeek
private method to peek stream with timeout
avr/cores/MCUdude_corefiles/Stream.cpp:43
MethodtimedRead
private method to read stream with timeout
avr/cores/MCUdude_corefiles/Stream.cpp:31
FunctiontoAscii
Converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.
avr/cores/MCUdude_corefiles/WCharacter.h:144
MethodtoCharArray
avr/cores/MCUdude_corefiles/WString.h:161
MethodtoDouble
avr/cores/MCUdude_corefiles/WString.cpp:747
MethodtoFloat
avr/cores/MCUdude_corefiles/WString.cpp:742
MethodtoInt
avr/cores/MCUdude_corefiles/WString.cpp:736
FunctiontoLowerCase
Converts the letter c to lower case, if possible.
avr/cores/MCUdude_corefiles/WCharacter.h:156
MethodtoLowerCase
avr/cores/MCUdude_corefiles/WString.cpp:704
FunctiontoUpperCase
Converts the letter c to upper case, if possible.
avr/cores/MCUdude_corefiles/WCharacter.h:163
MethodtoUpperCase
avr/cores/MCUdude_corefiles/WString.cpp:712
Functiontone
avr/cores/MCUdude_corefiles/Tone.cpp:280
Methodtransfer
Write to the SPI bus (MOSI pin) and also receive (MISO pin)
avr/libraries/SPI/src/SPI.h:211
Methodtransfer
Write to the SPI bus (MOSI pin) and also receive (MISO pin)
avr/libraries/SPI1/src/SPI1.h:208
Methodtransfer16
avr/libraries/SPI/src/SPI.h:223
Methodtransfer16
avr/libraries/SPI1/src/SPI1.h:220
Methodtrim
avr/cores/MCUdude_corefiles/WString.cpp:720
MethodtunedDelay
static */
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:83
Functiontwi_attachSlaveRxEvent1
* Function twi_attachSlaveRxEvent * Desc sets function called before a slave read operation * Input function: callback function to use * Out
avr/libraries/Wire1/src/utility/twi1.c:395
Functiontwi_attachSlaveTxEvent1
* Function twi_attachSlaveTxEvent * Desc sets function called before a slave write operation * Input function: callback function to use * Ou
avr/libraries/Wire1/src/utility/twi1.c:406
Functiontwi_manageTimeoutFlag1
* Function twi_manageTimeoutFlag * Desc returns true if twi has seen a timeout * optionally clears the timeout flag * Input clear_f
avr/libraries/Wire1/src/utility/twi1.c:525
Functiontwi_readFrom1
* Function twi_readFrom * Desc attempts to become twi bus master and read a * series of bytes from a device on the bus * Input addr
avr/libraries/Wire1/src/utility/twi1.c:160
Functiontwi_setAddress1
* Function twi_slaveInit * Desc sets slave address and enables interrupt * Input none * Output none */
avr/libraries/Wire1/src/utility/twi1.c:128
Functiontwi_setFrequency1
* Function twi_setFrequency * Desc sets twi bit rate * Input Clock frequency * Output none */
avr/libraries/Wire1/src/utility/twi1.c:140
Functiontwi_setTimeoutInMicros1
* Function twi_setTimeoutInMicros * Desc set a timeout for while loops that twi might get stuck in * Input timeout value in microseconds (0 m
avr/libraries/Wire1/src/utility/twi1.c:487
Functiontwi_transmit1
* Function twi_transmit * Desc fills slave tx buffer with data * must be called in slave tx event callback * Input data: pointer to
avr/libraries/Wire1/src/utility/twi1.c:366
← previousnext →301–400 of 431, ranked by callers