MCPcopy Create free account
hub / github.com/ArduPilot/ardupilot / write_uint32

Method write_uint32

libraries/StorageManager/StorageManager.cpp:305–308  ·  view source on GitHub ↗

write a uint32 */

Source from the content-addressed store, hash-verified

303 write a uint32
304 */
305void StorageAccess::write_uint32(uint16_t loc, uint32_t value) const
306{
307 write_block(loc, &value, sizeof(value));
308}
309
310/*
311 write a float

Callers 5

check_eeprom_versionMethod · 0.80
formatMethod · 0.80
write_fenceMethod · 0.80
set_home_eepromMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected