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
twi_writeTo1
* Function twi_writeTo * Desc attempts to become twi bus master and write a * series of bytes to a device on the bus * Input addres
avr/libraries/Wire1/src/utility/twi1.c:265
Function
uartDelay
avr/bootloaders/optiboot_flash/optiboot_flash.c:927
Function
ub_addr_jmp
Byte address from jmp opcode
avr/libraries/Flash/src/urboot.cpp:253
Function
ub_dist_rjmp
Compute from rjmp opcode the relative distance, in bytes, of rjmp destination to rjmp address
avr/libraries/Flash/src/urboot.cpp:224
Function
ub_isJmp
Is the instruction word the lower 16 bit part of a jmp instruction?
avr/libraries/Flash/src/urboot.cpp:285
Function
ub_isRjmp
Is the instruction word an rjmp instruction?
avr/libraries/Flash/src/urboot.cpp:201
Function
ub_isop32
Is the instruction word the lower 16 bit part of a 32-bit instruction?
avr/libraries/Flash/src/urboot.cpp:270
Function
ub_jmp_opcode
jmp opcode from byte address (jmp uses word address; hence, shift by that one extra bit more)
avr/libraries/Flash/src/urboot.cpp:240
Function
ub_rjmp_opcode
rjmp opcode from byte distance (rjmp address minus destination address); 0xcfff is an endless loop, 0xc000 is a nop
avr/libraries/Flash/src/urboot.cpp:233
Function
urbootNmetabytes
Return how many bytes metadata are needed given the mcode byte just below bootloader
avr/libraries/Flash/src/urboot.cpp:65
Function
urstoreRead
avr/libraries/Flash/src/urboot.cpp:108
Function
urstoreSet
Initialise the storedesc_t structure --- not needed for the other functions
avr/libraries/Flash/src/urboot.cpp:93
Function
urstoreWrite
avr/libraries/Flash/src/urboot.cpp:117
Method
usingInterrupt
avr/libraries/SPI/src/SPI.cpp:120
Method
usingInterrupt
avr/libraries/SPI1/src/SPI1.cpp:120
Method
wakeupHost
avr/cores/MCUdude_corefiles/USBCore.cpp:845
Method
write
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:475
Method
write
* @brief Writes the current content of the RAM buffer to anywhere in flash. * Will need to read, modify & write. * * @param flash_start_address add
avr/libraries/Flash/src/Flash.cpp:118
Method
write
avr/libraries/EEPROM/src/EEPROM.h:121
Method
write
must be called in: slave tx event callback or after beginTransmission(address)
avr/libraries/Wire/src/Wire.cpp:245
Method
write
avr/libraries/Wire/src/Wire.h:84
Method
write
avr/cores/MCUdude_corefiles/HardwareSerial.h:130
Method
write
avr/cores/MCUdude_corefiles/CDC.cpp:208
Method
write
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:222
Method
write
avr/cores/MCUdude_corefiles/Print.h:52
Method
write_buffer
* @brief Wrapper function for the RAM buffer. Lets you write a byte to a given * memory address * * @param index memory address * @param value 8-b
avr/libraries/Flash/src/Flash.cpp:94
Method
write_page
* @brief Writes the current content of the RAM buffer to a flash page * * @param flash_page_number page number to write the buffer to */
avr/libraries/Flash/src/Flash.cpp:139
Method
~LockEP
avr/cores/MCUdude_corefiles/USBCore.cpp:207
Method
~SoftwareSerial
Destructor
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:274
Method
~String
avr/cores/MCUdude_corefiles/WString.cpp:122
Method
~TwoWire
avr/libraries/Wire/src/Wire.cpp:439
← previous
401–431 of 431, ranked by callers