Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ functions
Functions
5,157 in github.com/DISTORTEC/distortos
⨍
Functions
5,157
◇
Types & classes
1,089
↓ 6 callers
Function
testUnlock
test/Mutex/MutexOperationsTestCase.cpp:102
↓ 6 callers
Method
transferCompleteEvent
source/devices/communication/SpiMaster.cpp:121
↓ 6 callers
Method
tryPop
test/Queue/QueueWrappers.cpp:80
↓ 6 callers
Method
unblock
source/scheduler/Scheduler.cpp:291
↓ 6 callers
Method
unlink
unit-test/external/Trompeloeil/trompeloeil.hpp:1321
↓ 6 callers
Method
updateBoostedPriority
source/scheduler/ThreadControlBlock.cpp:161
↓ 6 callers
Method
writeCr1
source/chip/STM32/peripherals/SPIv1/include/distortos/chip/STM32-SPIv1-SpiPeripheral.hpp:101
↓ 6 callers
Method
writeCr2
source/chip/STM32/peripherals/SPIv1/include/distortos/chip/STM32-SPIv1-SpiPeripheral.hpp:112
↓ 5 callers
Method
blockUntil
source/scheduler/Scheduler.cpp:146
↓ 5 callers
Function
callOnce
include/distortos/callOnce.hpp:45
↓ 5 callers
Method
close
source/FileSystem/littlefs1/Littlefs1File.cpp:36
↓ 5 callers
Function
distortos_Mutex_construct_1p
include/distortos/C-API/Mutex.h:304
↓ 5 callers
Function
distortos_Mutex_construct_1t
include/distortos/C-API/Mutex.h:326
↓ 5 callers
Function
distortos_Mutex_construct_2pc
include/distortos/C-API/Mutex.h:258
↓ 5 callers
Function
getCurrentNanosecondsSinceEpoch
unit-test/external/Catch2/catch.hpp:11438
↓ 5 callers
Method
getExpandedExpression
unit-test/external/Catch2/catch.hpp:5684
↓ 5 callers
Method
getList
include/distortos/internal/scheduler/ThreadControlBlock.hpp:98
↓ 5 callers
Method
getPendingSignalSet
source/synchronization/SignalsReceiverControlBlock.cpp:103
↓ 5 callers
Method
getThread
source/threads/ThreadIdentifier.cpp:24
↓ 5 callers
Method
increaseWritePosition
include/distortos/devices/communication/SerialPort.hpp:150
↓ 5 callers
Function
invoke
include/estd/invoke.hpp:36
↓ 5 callers
Function
lfs1_cache_prog
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:138
↓ 5 callers
Function
lfs1_cache_zero
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:105
↓ 5 callers
Function
lfs1_crc
Software CRC implementation with small lookup table
source/FileSystem/littlefs1/external/littlefs1/lfs1_util.c:14
↓ 5 callers
Function
lfs1_deorphan
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:2434
↓ 5 callers
Function
lfs1_dir_next
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:728
↓ 5 callers
Function
lfs1_dir_update
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:617
↓ 5 callers
Function
lfs1_file_flush
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:1419
↓ 5 callers
Function
lfs1_malloc
Allocate memory, only used if buffers are not provided to littlefs
source/FileSystem/littlefs1/external/littlefs1/lfs1_util.h:162
↓ 5 callers
Function
makeAndStartTestThread
test/Mutex/MutexPriorityProtocolTestCase.cpp:125
↓ 5 callers
Method
parse
unit-test/external/Catch2/catch.hpp:6674
↓ 5 callers
Method
program
source/devices/memory/BlockDeviceToMemoryTechnologyDevice.cpp:151
↓ 5 callers
Method
readCr
source/chip/STM32/peripherals/DMAv2/include/distortos/chip/STM32-DMAv2-DmaChannelPeripheral.hpp:56
↓ 5 callers
Function
resultToErrorCode
source/devices/memory/SdCard.cpp:746
↓ 5 callers
Method
set
source/synchronization/SignalSet.cpp:43
↓ 5 callers
Method
splice
include/estd/IntrusiveList.hpp:1232
↓ 5 callers
Method
startTransaction
source/chip/STM32/peripherals/SDMMCv1/STM32-SDMMCv1-SdMmcCardLowLevel.cpp:139
↓ 5 callers
Method
test
source/synchronization/SignalSet.cpp:31
↓ 5 callers
Method
toString
unit-test/external/Catch2/catch.hpp:5164
↓ 5 callers
Method
waitFor
source/synchronization/ConditionVariable.cpp:60
↓ 5 callers
Function
waitForTransferState
source/devices/memory/SdCard.cpp:1313
↓ 5 callers
Function
waitWhileBusy
source/devices/memory/SdCardSpiBased.cpp:435
↓ 5 callers
Function
wasteTime
test/wasteTime.hpp:45
↓ 5 callers
Method
writeCr1
source/chip/STM32/peripherals/SPIv2/include/distortos/chip/STM32-SPIv2-SpiPeripheral.hpp:105
↓ 4 callers
Method
add
unit-test/external/Catch2/catch.hpp:8389
↓ 4 callers
Method
adjustString
unit-test/external/Catch2/catch.hpp:8671
↓ 4 callers
Method
begin
unit-test/external/Trompeloeil/trompeloeil.hpp:1520
↓ 4 callers
Method
begin
include/estd/ContiguousRange.hpp:208
↓ 4 callers
Method
block
source/scheduler/Scheduler.cpp:113
↓ 4 callers
Function
bothOrAll
unit-test/external/Catch2/catch.hpp:12220
↓ 4 callers
Method
c_str
unit-test/external/Trompeloeil/trompeloeil.hpp:2141
↓ 4 callers
Method
checkStackPointer
include/distortos/internal/scheduler/Stack.hpp:87
↓ 4 callers
Function
configurePin
source/chip/STM32/peripherals/GPIOv2/STM32-GPIOv2.cpp:39
↓ 4 callers
Function
convertInto
unit-test/external/Catch2/catch.hpp:6400
↓ 4 callers
Function
decodePin
source/chip/STM32/peripherals/GPIOv2/include/distortos/chip/STM32-GPIOv2.hpp:644
↓ 4 callers
Function
decodePin
source/chip/STM32/peripherals/GPIOv1/include/distortos/chip/STM32-GPIOv1.hpp:436
↓ 4 callers
Function
dimColour
Colour::LightGrey
unit-test/external/Catch2/catch.hpp:12218
↓ 4 callers
Function
distortos_ConditionVariable_construct
source/C-API/C-API-ConditionVariable.cpp:30
↓ 4 callers
Function
distortos_ConditionVariable_destruct
source/C-API/C-API-ConditionVariable.cpp:39
↓ 4 callers
Function
distortos_ConditionVariable_wait
source/C-API/C-API-ConditionVariable.cpp:69
↓ 4 callers
Function
distortos_ConditionVariable_waitFor
source/C-API/C-API-ConditionVariable.cpp:79
↓ 4 callers
Function
distortos_ConditionVariable_waitUntil
source/C-API/C-API-ConditionVariable.cpp:90
↓ 4 callers
Function
distortos_Mutex_construct
include/distortos/C-API/Mutex.h:346
↓ 4 callers
Function
distortos_Mutex_destruct
source/C-API/C-API-Mutex.cpp:72
↓ 4 callers
Function
distortos_Semaphore_construct
include/distortos/C-API/Semaphore.h:133
↓ 4 callers
Function
distortos_Semaphore_destruct
source/C-API/C-API-Semaphore.cpp:40
↓ 4 callers
Function
enablePll
source/chip/STM32/STM32F0/STM32F0-RCC.cpp:121
↓ 4 callers
Method
end
include/estd/ContiguousRange.hpp:254
↓ 4 callers
Function
endsWith
unit-test/external/Catch2/catch.hpp:10492
↓ 4 callers
Method
erase
source/devices/memory/BlockDeviceToMemoryTechnologyDevice.cpp:74
↓ 4 callers
Function
errorCodeToLittlefs1Error
source/FileSystem/littlefs1/Littlefs1FileSystem.cpp:73
↓ 4 callers
Function
executeCmdWithShortResponse
source/devices/memory/SdCard.cpp:709
↓ 4 callers
Function
findAssociation
source/synchronization/SignalsCatcherControlBlock.cpp:84
↓ 4 callers
Method
generateSignal
source/threads/ThreadCommon.cpp:52
↓ 4 callers
Method
getElapsedSeconds
unit-test/external/Catch2/catch.hpp:11490
↓ 4 callers
Method
getMaxValue
include/distortos/Semaphore.hpp:71
↓ 4 callers
Method
getTimeoutMs
include/distortos/devices/memory/SdMmcCardLowLevel.hpp:233
↓ 4 callers
Method
getWriteBlock
source/devices/communication/SerialPort.cpp:81
↓ 4 callers
Function
hexEscapeChar
unit-test/external/Catch2/catch.hpp:11922
↓ 4 callers
Method
includeSuccessfulResults
unit-test/external/Catch2/catch.hpp:7291
↓ 4 callers
Method
initialIndent
unit-test/external/Catch2/catch.hpp:5968
↓ 4 callers
Method
isNodeValid
(node)
scripts/PrettyPrinters/estd.py:128
↓ 4 callers
Function
isWhitespace
unit-test/external/Catch2/catch.hpp:5818
↓ 4 callers
Function
lfs1_alloc
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:246
↓ 4 callers
Function
lfs1_bd_prog
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:189
↓ 4 callers
Function
lfs1_ctz_index
File index list operations ///
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:1066
↓ 4 callers
Function
lfs1_deinit
Filesystem operations ///
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:1982
↓ 4 callers
Function
lfs1_dir_alloc
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:367
↓ 4 callers
Function
lfs1_file_seek
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:1689
↓ 4 callers
Function
lfs1_pred
source/FileSystem/littlefs1/external/littlefs1/lfs1.c:2283
↓ 4 callers
Function
makeDynamicSoftwareTimer
include/distortos/DynamicSoftwareTimer.hpp:74
↓ 4 callers
Method
open
source/FileSystem/littlefs1/Littlefs1File.cpp:171
↓ 4 callers
Function
performOptionalSelector
unit-test/external/Catch2/catch.hpp:820
↓ 4 callers
Method
readCcr
source/chip/STM32/peripherals/DMAv1/include/distortos/chip/STM32-DMAv1-DmaChannelPeripheral.hpp:56
↓ 4 callers
Function
readIsr
source/chip/STM32/peripherals/DMAv2/STM32-DMAv2-DmaChannel.cpp:149
↓ 4 callers
Function
readResponse
source/devices/memory/SdCardSpiBased.cpp:537
↓ 4 callers
Method
requestRestart
test/SoftwareTimer/SoftwareTimerOperationsTestCase.cpp:82
↓ 4 callers
Method
setList
include/distortos/internal/scheduler/ThreadControlBlock.hpp:195
↓ 4 callers
Function
setSignalMask
source/synchronization/ThisThread-Signals.cpp:199
↓ 4 callers
Function
signalsTestSelfOneSignalPending
test/Signals/signalsTestSelfOneSignalPending.cpp:33
← previous
next →
201–300 of 5,157, ranked by callers