MCPcopy Create free account

hub / github.com/Michael-Manning/E-Paper-Climate-Logger / functions

Functions191 in github.com/Michael-Manning/E-Paper-Climate-Logger

↓ 1 callersMethodsetDesignEnergy
Configures the design energy of the connected battery.
firmware/src/drivers/BQ27441.cpp:64
↓ 1 callersMethodsetTaperRate
Configures taper rate of connected battery.
firmware/src/drivers/BQ27441.cpp:94
↓ 1 callersMethodsetTerminateVoltage
Configures the terminate voltage.
firmware/src/drivers/BQ27441.cpp:77
↓ 1 callersMethodsoc
Reads and returns specified state of charge measurement
firmware/src/drivers/BQ27441.cpp:182
↓ 1 callersFunctionunique_identifiers
(basenames: Iterable[str])
firmware/bitmapGenerator/bitmapGen.py:83
↓ 1 callersMethodvoltage
Reads and returns the battery voltage
firmware/src/drivers/BQ27441.cpp:113
↓ 1 callersFunctionwearLevelSelfCheck
firmware/src/drivers/EEPROM.cpp:147
↓ 1 callersFunctionwrite_header
(output: Path, entries: List[Tuple[str, bytes, int, int]])
firmware/bitmapGenerator/bitmapGen.py:110
MethodApp
firmware/src/app.h:66
MethodBQ27441
************************** Initialization Functions ************************* ***********************************************************************
firmware/src/drivers/BQ27441.cpp:29
MethodChargingScreen
firmware/src/app.cpp:838
MethodDebugMenu
firmware/src/app.cpp:508
MethodGPOUTFunction
Get GPOUT function (BAT_LOW or SOC_INT)
firmware/src/drivers/BQ27441.cpp:258
MethodGPOUTPolarity
************************** GPOUT Control Functions ************************** ***********************************************************************
firmware/src/drivers/BQ27441.cpp:231
MethodGetStatus
firmware/src/drivers/DS3231.cpp:109
MethodInvalidStateNotice
firmware/src/app.cpp:488
MethodLowTempWarning
firmware/src/app.cpp:664
MethodMainMenu
firmware/src/app.cpp:391
MethodReset
firmware/src/drivers/display.cpp:87
MethodSOC1ClearThreshold
Get SOC1_Clear Threshold - threshold to clear the alert flag
firmware/src/drivers/BQ27441.cpp:293
MethodSOC1SetThreshold
Get SOC1_Set Threshold - threshold to set the alert flag
firmware/src/drivers/BQ27441.cpp:287
MethodSOCFClearThreshold
Get SOCF_Clear Threshold - threshold to clear the alert flag
firmware/src/drivers/BQ27441.cpp:314
MethodSOCFSetThreshold
Get SOCF_Set Threshold - threshold to set the alert flag
firmware/src/drivers/BQ27441.cpp:308
MethodSetStatus
firmware/src/drivers/DS3231.cpp:113
MethodSettingsMenu
firmware/src/app.cpp:870
MethodShutDownScreen
firmware/src/app.cpp:467
MethodStandardDisplay
firmware/src/app.cpp:234
MethodTimeSet
firmware/src/app.cpp:700
MethodViewData
firmware/src/app.cpp:607
MethodWelcomeScreen
firmware/src/app.cpp:978
Functionbefore_upload
(source, target, env)
firmware/extra_script.py:9
MethodblockDataChecksum
Read the current checksum using BlockDataCheckSum()
firmware/src/drivers/BQ27441.cpp:588
MethodblockDataClass
Issue a DataClass() command to set the data class to be accessed
firmware/src/drivers/BQ27441.cpp:576
MethodblockDataControl
Issue a BlockDataControl() command to enable BlockData access
firmware/src/drivers/BQ27441.cpp:569
MethodblockDataOffset
Issue a DataBlock() command to set the data block to be accessed
firmware/src/drivers/BQ27441.cpp:582
Methodcapacity
Reads and returns the specified capacity measurement
firmware/src/drivers/BQ27441.cpp:139
FunctioncenterPrint
firmware/src/drivers/display.cpp:26
MethodchgFlag
Check if the CHG flag is set
firmware/src/drivers/BQ27441.cpp:362
MethodcomputeBlockChecksum
Read all 32 bytes of the loaded extended data and compute a checksum based on the values.
firmware/src/drivers/BQ27441.cpp:613
MethoddeviceType
Read the device type - should be 0x0421
firmware/src/drivers/BQ27441.cpp:401
MethoddrawGraph
y coordinates including bottom,top are from physical bottom of the screen
firmware/src/app.cpp:102
MethoddsgFlag
Check if the DSG flag is set
firmware/src/drivers/BQ27441.cpp:370
MethodexecuteControlWord
Execute a subcommand() from the BQ27441-G1A's control()
firmware/src/drivers/BQ27441.cpp:551
MethodfcFlag
Check if the FC flag is set
firmware/src/drivers/BQ27441.cpp:354
Methodflags
Read the flags() command
firmware/src/drivers/BQ27441.cpp:463
FunctiongetBtn1HeldMS
firmware/src/buttons.cpp:39
FunctiongetBtn1Up
firmware/src/buttons.cpp:35
FunctiongetBtn2Up
firmware/src/buttons.cpp:65
MethodgetPartialRefreshCount
firmware/src/drivers/display.cpp:182
Methodi2cReadBytes
Read a specified number of bytes over I2C at a given subAddress
firmware/src/drivers/BQ27441.cpp:698
Methodi2cWriteBytes
Write a specified number of bytes over I2C to a given subAddress
firmware/src/drivers/BQ27441.cpp:716
MethodincrementPartialRefreshCount
firmware/src/drivers/display.cpp:185
Functionloop
firmware/src/main.cpp:509
Functionmain
()
firmware/timeSender/main.go:68
Functionon_error
firmware/src/main.cpp:57
MethodopConfig
Read the 16-bit opConfig register from extended data
firmware/src/drivers/BQ27441.cpp:502
Methodpower
Reads and returns measured average power
firmware/src/drivers/BQ27441.cpp:176
MethodprintfAndOffset
firmware/src/drivers/display.cpp:148
MethodpulseGPOUT
Pulse the GPOUT pin - must be in SOC_INT mode
firmware/src/drivers/BQ27441.cpp:391
MethodreadBlockData
Use BlockData() to read a byte from the loaded extended data
firmware/src/drivers/BQ27441.cpp:596
MethodreadControlWord
Read a 16-bit subcommand() from the BQ27441-G1A's control()
firmware/src/drivers/BQ27441.cpp:533
MethodreadExtendedData
Read a byte from extended data specifying a class ID and position offset
firmware/src/drivers/BQ27441.cpp:635
FunctionreadTimeMessage
Non-blocking parser for frames: [0x5C][HH][MM][SS][CRC_hi][CRC_lo]
firmware/src/timer_setter.h:25
MethodreadWord
Read a 16-bit command word from the BQ27441-G1A
firmware/src/drivers/BQ27441.cpp:525
MethodresetPartialRefreshCount
firmware/src/drivers/display.cpp:189
Methodrtc_i2c_read_byte
firmware/src/drivers/DS3231.cpp:35
Methodrtc_i2c_seek
firmware/src/drivers/DS3231.cpp:20
Methodrtc_i2c_write_byte
firmware/src/drivers/DS3231.cpp:27
Methodseal
Seal the BQ27441-G1A
firmware/src/drivers/BQ27441.cpp:484
Methodsealed
Check if the BQ27441-G1A is sealed or not.
firmware/src/drivers/BQ27441.cpp:477
MethodsetGPOUTFunction
Set GPOUT function to BAT_LOW or SOC_INT
firmware/src/drivers/BQ27441.cpp:266
MethodsetGPOUTPolarity
Set GPOUT polarity to active-high or active-low
firmware/src/drivers/BQ27441.cpp:239
MethodsetRedraw
firmware/src/app.h:112
MethodsetRefreshState
firmware/src/drivers/display.cpp:195
MethodsetSOC1Thresholds
Set the SOC1 set and clear thresholds to a percentage
firmware/src/drivers/BQ27441.cpp:299
MethodsetSOCFThresholds
Set the SOCF set and clear thresholds to a percentage
firmware/src/drivers/BQ27441.cpp:320
MethodsetSOCIDelta
Set the SOC_INT interval delta to a value between 1 and 100
firmware/src/drivers/BQ27441.cpp:384
Functionsetup
firmware/src/main.cpp:154
MethodshouldRedraw
firmware/src/app.h:107
MethodsocFlag
Check if the SOC1 flag is set
firmware/src/drivers/BQ27441.cpp:329
MethodsocfFlag
Check if the SOCF flag is set
firmware/src/drivers/BQ27441.cpp:337
MethodsociDelta
Get the SOC_INT interval delta
firmware/src/drivers/BQ27441.cpp:378
MethodsoftReset
Issue a soft-reset to the BQ27441-G1A
firmware/src/drivers/BQ27441.cpp:519
Methodsoh
Reads and returns specified state of health measurement
firmware/src/drivers/BQ27441.cpp:199
Methodstatus
Read the CONTROL_STATUS subcommand of control()
firmware/src/drivers/BQ27441.cpp:469
Methodtemperature
Reads and returns specified temperature measurement
firmware/src/drivers/BQ27441.cpp:212
Methodunseal
UNseal the BQ27441-G1A
firmware/src/drivers/BQ27441.cpp:490
MethodwriteBlockChecksum
Use the BlockDataCheckSum() command to write a checksum value
firmware/src/drivers/BQ27441.cpp:629
MethodwriteBlockData
Use BlockData() to write a byte to an offset of the loaded data
firmware/src/drivers/BQ27441.cpp:605
MethodwriteExtendedData
Write a specified number of bytes to extended data specifying a class ID, position offset.
firmware/src/drivers/BQ27441.cpp:660
MethodwriteOpConfig
Write the 16-bit opConfig register in extended data
firmware/src/drivers/BQ27441.cpp:508
← previous101–191 of 191, ranked by callers