Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chysn/O_C-HemisphereSuite
/ functions
Functions
918 in github.com/Chysn/O_C-HemisphereSuite
⨍
Functions
918
◇
Types & classes
154
↓ 48 callers
Method
print
software/o_c_REV/src/drivers/weegfx.cpp:432
↓ 34 callers
Method
setPrintPos
software/o_c_REV/src/drivers/weegfx.h:129
↓ 16 callers
Method
setPixel
software/o_c_REV/src/drivers/weegfx.h:120
↓ 13 callers
Method
printf
software/o_c_REV/src/drivers/weegfx.cpp:567
↓ 12 callers
Method
checkDifferentialPins
check whether the pins are a valid analog differential pins (including PGA if enabled)
software/o_c_REV/src/drivers/ADC/ADC_Module.cpp:775
↓ 12 callers
Method
checkPin
check whether the pin is a valid analog pin
software/o_c_REV/src/drivers/ADC/ADC_Module.cpp:757
↓ 12 callers
Method
drawLine
software/o_c_REV/src/drivers/weegfx.cpp:309
↓ 12 callers
Method
invertRect
software/o_c_REV/src/drivers/weegfx.cpp:171
↓ 12 callers
Method
isConverting
Is the ADC converting at the moment?
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:491
↓ 11 callers
Method
drawRect
software/o_c_REV/src/drivers/weegfx.cpp:159
↓ 10 callers
Method
read
software/o_c_REV/src/drivers/ADC/RingBuffer.cpp:55
↓ 9 callers
Function
cycles_to_us
software/o_c_REV/util/util_profiling.h:52
↓ 9 callers
Method
drawBitmap8
software/o_c_REV/src/drivers/weegfx.cpp:280
↓ 9 callers
Method
print_right
software/o_c_REV/src/drivers/weegfx.cpp:555
↓ 8 callers
Method
get_value
software/o_c_REV/util/util_settings.h:78
↓ 8 callers
Method
saveConfig
Save config of the ADC to the ADC_Config struct
software/o_c_REV/src/drivers/ADC/ADC_Module.h:797
↓ 8 callers
Method
singleMode
Set single-shot conversion mode
software/o_c_REV/src/drivers/ADC/ADC_Module.h:601
↓ 8 callers
Method
write
software/o_c_REV/src/drivers/ADC/RingBuffer.cpp:47
↓ 7 callers
Method
InitDefaults
software/o_c_REV/util/util_settings.h:105
↓ 7 callers
Function
Interpolate824
software/o_c_REV/extern/stmlib_utils_dsp.h:95
↓ 7 callers
Method
apply_value
software/o_c_REV/util/util_settings.h:86
↓ 7 callers
Method
readSingle
Reads the analog value of a single conversion. Set the conversion with with startSingleRead(pin) or startSingleDifferential(pinP, pinN). * \return t
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:762
↓ 6 callers
Function
DrawEditIcon
software/o_c_REV/OC_menus.h:147
↓ 6 callers
Method
IsTOC
software/o_c_REV/vector_osc/HSVectorOscillator.h:40
↓ 6 callers
Method
Process
software/o_c_REV/OC_input_map.cpp:66
↓ 6 callers
Method
Segments
If this is a TOC segment, Segments() will return how many segments are in the waveform */
software/o_c_REV/vector_osc/HSVectorOscillator.h:47
↓ 6 callers
Method
isComplete
Is an ADC conversion ready? * \return 1 if yes, 0 if not. * When a value is read this function returns 0 until a new value exists * So it only make
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:509
↓ 5 callers
Method
drawFrame
software/o_c_REV/src/drivers/weegfx.cpp:177
↓ 5 callers
Method
startSingleRead
Starts an analog measurement on the pin. * It returns inmediately, read value with readSingle(). * If the pin is incorrect it returns ADC_ERROR_VALU
software/o_c_REV/src/drivers/ADC/ADC_Module.cpp:1031
↓ 4 callers
Method
Lookup
software/o_c_REV/braids_quantizer.cpp:107
↓ 4 callers
Method
enable_acceleration
software/o_c_REV/UI/ui_encoder.h:61
↓ 4 callers
Method
loadConfig
Load config to the ADC
software/o_c_REV/src/drivers/ADC/ADC_Module.h:806
↓ 4 callers
Method
pretty_print_right
software/o_c_REV/src/drivers/weegfx.cpp:517
↓ 4 callers
Method
startDifferentialFast
Starts a differential conversion on the pair of pins Doesn't do any of the checks on the pins It doesn't change the continuous conversion bit
software/o_c_REV/src/drivers/ADC/ADC_Module.cpp:833
↓ 4 callers
Method
startReadFast
Starts a single-ended conversion on the pin (sets the mux correctly) Doesn't do any of the checks on the pin It doesn't change the continuous conversi
software/o_c_REV/src/drivers/ADC/ADC_Module.cpp:812
↓ 4 callers
Method
write16
software/o_c_REV/util/util_SPIFIFO.h:256
↓ 3 callers
Method
Configure
software/o_c_REV/OC_input_map.cpp:50
↓ 3 callers
Method
Init
software/o_c_REV/OC_ui.cpp:23
↓ 3 callers
Method
Init
software/o_c_REV/src/drivers/weegfx.cpp:111
↓ 3 callers
Method
Poke
software/o_c_REV/UI/ui_event_queue.h:70
↓ 3 callers
Method
PullEvent
software/o_c_REV/UI/ui_event_queue.h:66
↓ 3 callers
Method
Read
software/o_c_REV/UI/ui_encoder.h:72
↓ 3 callers
Method
Restore
software/o_c_REV/util/util_settings.h:130
↓ 3 callers
Method
Save
software/o_c_REV/util/util_settings.h:110
↓ 3 callers
Function
USAT16
software/o_c_REV/util/util_math.h:42
↓ 3 callers
Method
available
software/o_c_REV/OC_menus.h:437
↓ 3 callers
Function
control_mask
software/o_c_REV/OC_ui.h:39
↓ 3 callers
Method
drawCircle
software/o_c_REV/src/drivers/weegfx.cpp:359
↓ 3 callers
Method
max_value
software/o_c_REV/util/util_profiling.h:72
↓ 3 callers
Method
min_value
software/o_c_REV/util/util_profiling.h:68
↓ 3 callers
Method
set_data
software/o_c_REV/HSMIDI.h:98
↓ 3 callers
Method
value
software/o_c_REV/OC_ADC.h:57
↓ 2 callers
Function
CalcLineY
software/o_c_REV/OC_menus.h:59
↓ 2 callers
Method
DrawAt
software/o_c_REV/SegmentDisplay.h:24
↓ 2 callers
Method
HandleButtonEvent
software/o_c_REV/OC_autotuner.h:202
↓ 2 callers
Function
Init
software/o_c_REV/OC_debug.cpp:49
↓ 2 callers
Method
Init
software/o_c_REV/enigma/EnigmaStep.h:31
↓ 2 callers
Function
Interpolate1022
software/o_c_REV/extern/stmlib_utils_dsp.h:126
↓ 2 callers
Function
Interpolate115
software/o_c_REV/extern/stmlib_utils_dsp.h:132
↓ 2 callers
Method
Out
/////////// Hemisphere-like IO methods ///////////////////////////////////////////////////////////////////////////
software/o_c_REV/HSApplication.h:103
↓ 2 callers
Method
SetSegment
Add a new segment to the end */
software/o_c_REV/vector_osc/HSVectorOscillator.h:88
↓ 2 callers
Method
Unlock
software/o_c_REV/util/util_sync.h:54
↓ 2 callers
Method
Write
software/o_c_REV/util/util_ringbuffer.h:61
↓ 2 callers
Method
analogReadContinuous
Reads the analog value of a continuous conversion. Set the continuous conversion with with analogStartContinuous(pin) or startContinuousDifferential(p
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:879
↓ 2 callers
Method
clamp
software/o_c_REV/util/util_settings.h:49
↓ 2 callers
Method
getResolution
Returns the resolution of the ADC_Module.
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:237
↓ 2 callers
Method
mode
software/o_c_REV/tonnetz/tonnetz_abstract_triad.h:50
↓ 2 callers
Method
reverse
software/o_c_REV/UI/ui_encoder.h:68
↓ 2 callers
Function
rotl32
software/o_c_REV/bjorklund.h:46
↓ 2 callers
Method
startContinuous
Starts continuous conversion on the pin. It returns as soon as the ADC is set, use analogReadContinuous() to read the value. */
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:778
↓ 2 callers
Method
startContinuousDifferential
Starts continuous conversion between the pins (pinP-pinN). It returns as soon as the ADC is set, use analogReadContinuous() to read the value. * \para
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:829
↓ 2 callers
Method
stopContinuous
Stops continuous conversion
software/o_c_REV/src/drivers/ADC/OC_util_ADC.cpp:892
↓ 1 callers
Method
Begin
software/o_c_REV/src/drivers/weegfx.cpp:116
↓ 1 callers
Method
ClockOut
software/o_c_REV/HSApplication.h:147
↓ 1 callers
Function
DrawGateIndicator
software/o_c_REV/OC_menus.h:249
↓ 1 callers
Function
EuclideanPattern
software/o_c_REV/bjorklund.cpp:1348
↓ 1 callers
Function
Flush
software/o_c_REV/src/drivers/display.h:41
↓ 1 callers
Method
Flush
static*/
software/o_c_REV/src/drivers/SH1106_128x64_driver.cpp:127
↓ 1 callers
Method
Flush
software/o_c_REV/UI/ui_event_queue.h:47
↓ 1 callers
Method
GateOut
software/o_c_REV/HSApplication.h:130
↓ 1 callers
Method
HandleEncoderEvent
software/o_c_REV/OC_autotuner.h:244
↓ 1 callers
Function
Init
software/o_c_REV/src/drivers/display.cpp:33
↓ 1 callers
Function
Interpolate88
software/o_c_REV/extern/stmlib_utils_dsp.h:114
↓ 1 callers
Method
IsRunning
software/o_c_REV/HSClockManager.h:108
↓ 1 callers
Method
Lock
software/o_c_REV/util/util_sync.h:59
↓ 1 callers
Method
Push
software/o_c_REV/util/util_history.h:59
↓ 1 callers
Method
SetButtonIgnoreMask
software/o_c_REV/OC_ui.h:101
↓ 1 callers
Method
SetTOC
software/o_c_REV/vector_osc/HSVectorOscillator.h:41
↓ 1 callers
Method
Tock
Returns true if the clock should fire on this tick, based on the current tempo */
software/o_c_REV/HSClockManager.h:115
↓ 1 callers
Method
TryLock
software/o_c_REV/util/util_sync.h:67
↓ 1 callers
Function
Update
software/o_c_REV/src/drivers/display.h:47
↓ 1 callers
Method
Update
software/o_c_REV/OC_DAC.h:209
↓ 1 callers
Method
Update
software/o_c_REV/src/drivers/page_display_driver.h:29
↓ 1 callers
Method
apply_offsets
software/o_c_REV/tonnetz/tonnetz_abstract_triad.h:70
↓ 1 callers
Function
apply_transformation
software/o_c_REV/tonnetz/tonnetz.h:61
↓ 1 callers
Method
begin
software/o_c_REV/util/util_SPIFIFO.h:183
↓ 1 callers
Function
bjorklund
(pulses, steps)
software/o_c_REV/resources/bjorklund.py:21
↓ 1 callers
Function
build
(level)
software/o_c_REV/resources/bjorklund.py:41
↓ 1 callers
Function
capture_event
software/o_c_REV/src/drivers/FreqMeasure/OC_FreqMeasureCapture.h:111
↓ 1 callers
Function
capture_init
software/o_c_REV/src/drivers/FreqMeasure/OC_FreqMeasureCapture.h:87
next →
1–100 of 918, ranked by callers