MCPcopy Create free account

hub / github.com/MCUdude/MiniCore / functions

Functions431 in github.com/MCUdude/MiniCore

Functiontwi_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
FunctionuartDelay
avr/bootloaders/optiboot_flash/optiboot_flash.c:927
Functionub_addr_jmp
Byte address from jmp opcode
avr/libraries/Flash/src/urboot.cpp:253
Functionub_dist_rjmp
Compute from rjmp opcode the relative distance, in bytes, of rjmp destination to rjmp address
avr/libraries/Flash/src/urboot.cpp:224
Functionub_isJmp
Is the instruction word the lower 16 bit part of a jmp instruction?
avr/libraries/Flash/src/urboot.cpp:285
Functionub_isRjmp
Is the instruction word an rjmp instruction?
avr/libraries/Flash/src/urboot.cpp:201
Functionub_isop32
Is the instruction word the lower 16 bit part of a 32-bit instruction?
avr/libraries/Flash/src/urboot.cpp:270
Functionub_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
Functionub_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
FunctionurbootNmetabytes
Return how many bytes metadata are needed given the mcode byte just below bootloader
avr/libraries/Flash/src/urboot.cpp:65
FunctionurstoreRead
avr/libraries/Flash/src/urboot.cpp:108
FunctionurstoreSet
Initialise the storedesc_t structure --- not needed for the other functions
avr/libraries/Flash/src/urboot.cpp:93
FunctionurstoreWrite
avr/libraries/Flash/src/urboot.cpp:117
MethodusingInterrupt
avr/libraries/SPI/src/SPI.cpp:120
MethodusingInterrupt
avr/libraries/SPI1/src/SPI1.cpp:120
MethodwakeupHost
avr/cores/MCUdude_corefiles/USBCore.cpp:845
Methodwrite
avr/libraries/SoftwareSerial/src/SoftwareSerial.cpp:475
Methodwrite
* @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
Methodwrite
avr/libraries/EEPROM/src/EEPROM.h:121
Methodwrite
must be called in: slave tx event callback or after beginTransmission(address)
avr/libraries/Wire/src/Wire.cpp:245
Methodwrite
avr/libraries/Wire/src/Wire.h:84
Methodwrite
avr/cores/MCUdude_corefiles/HardwareSerial.h:130
Methodwrite
avr/cores/MCUdude_corefiles/CDC.cpp:208
Methodwrite
avr/cores/MCUdude_corefiles/HardwareSerial.cpp:222
Methodwrite
avr/cores/MCUdude_corefiles/Print.h:52
Methodwrite_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
Methodwrite_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
← previous401–431 of 431, ranked by callers