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
↓ 3 callers
Function
printTotals
Colour, message variants: - white: No tests ran. - red: Failed [both/all] N test cases, failed [both/all] M assertions. - white: Passed [both/all] N
unit-test/external/Catch2/catch.hpp:12235
↓ 3 callers
Method
push
include/distortos/FifoQueue.hpp:143
↓ 3 callers
Method
push
include/distortos/MessageQueue.hpp:165
↓ 3 callers
Method
push_front
include/estd/IntrusiveList.hpp:1130
↓ 3 callers
Method
readCr2
source/chip/STM32/peripherals/SPIv2/include/distortos/chip/STM32-SPIv2-SpiPeripheral.hpp:72
↓ 3 callers
Function
readDataBlock
source/devices/memory/SdCardSpiBased.cpp:459
↓ 3 callers
Method
registerStartupException
unit-test/external/Catch2/catch.hpp:9300
↓ 3 callers
Method
registerTest
unit-test/external/Catch2/catch.hpp:10951
↓ 3 callers
Method
release
include/estd/ScopeGuard.hpp:78
↓ 3 callers
Method
remainingTokens
unit-test/external/Catch2/catch.hpp:6383
↓ 3 callers
Method
rend
include/estd/IntrusiveList.hpp:1158
↓ 3 callers
Function
requestContextSwitch
source/architecture/ARM/ARMv6-M-ARMv7-M/ARMv6-M-ARMv7-M-requestContextSwitch.cpp:26
↓ 3 callers
Method
resetPeripheral
source/chip/STM32/peripherals/USARTv2/STM32-USARTv2-ChipUartLowLevel.cpp:235
↓ 3 callers
Method
resetPeripheral
source/chip/STM32/peripherals/USARTv1/STM32-USARTv1-ChipUartLowLevel.cpp:163
↓ 3 callers
Method
runOrder
unit-test/external/Catch2/catch.hpp:7295
↓ 3 callers
Function
runner
Starts subprocess and waits until it terminates. If subprocess terminates successfully, this function returns the struct returned by `subprocess.run
scripts/runTest.py:91
↓ 3 callers
Method
sectionEnded
unit-test/external/Catch2/catch.hpp:9587
↓ 3 callers
Function
seedRng
unit-test/external/Catch2/catch.hpp:9075
↓ 3 callers
Method
setPriorityInheritanceMutexControlBlock
include/distortos/internal/scheduler/ThreadControlBlock.hpp:218
↓ 3 callers
Method
setSignalMask
source/synchronization/SignalsCatcherControlBlock.cpp:274
↓ 3 callers
Method
setState
include/distortos/internal/scheduler/ThreadControlBlock.hpp:233
↓ 3 callers
Method
setValue
unit-test/external/Catch2/catch.hpp:6530
↓ 3 callers
Function
stream_params
unit-test/external/Trompeloeil/trompeloeil.hpp:2814
↓ 3 callers
Method
swap
include/estd/IntrusiveList.hpp:1179
↓ 3 callers
Function
switchSystemClock
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:234
↓ 3 callers
Function
switchSystemClock
source/chip/STM32/STM32F7/STM32F7-RCC.cpp:228
↓ 3 callers
Function
testCommon
unit-test/C-API-ConditionVariable-unit-test/C-API-ConditionVariable-unit-test-1.cpp:25
↓ 3 callers
Function
testPost
test/Semaphore/SemaphoreOperationsTestCase.cpp:70
↓ 3 callers
Function
translateActiveException
unit-test/external/Catch2/catch.hpp:9325
↓ 3 callers
Method
tryEmplaceFor
test/Queue/QueueWrappers.cpp:68
↓ 3 callers
Method
tryEmplaceUntil
test/Queue/QueueWrappers.cpp:74
↓ 3 callers
Method
type
unit-test/external/Catch2/catch.hpp:6382
↓ 3 callers
Function
uncaught_exceptions
unit-test/external/Catch2/catch.hpp:11798
↓ 3 callers
Method
unlink
include/estd/IntrusiveList.hpp:184
↓ 3 callers
Function
waitImplementation
source/synchronization/ThisThread-Signals.cpp:94
↓ 3 callers
Method
write
source/FileSystem/littlefs1/Littlefs1File.cpp:153
↓ 3 callers
Method
writeClkcr
source/chip/STM32/peripherals/SDMMCv1/include/distortos/chip/STM32-SDMMCv1-SdmmcPeripheral.hpp:249
↓ 3 callers
Method
~Semaphore
unit-test/include-mocks/Semaphore.hpp/distortos/Semaphore.hpp:47
↓ 2 callers
Function
ARM_MPU_ClrRegionEx
Clear and disable the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be cleared. */
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/mpu_armv8.h:219
↓ 2 callers
Function
ARM_MPU_LoadEx
Load the given number of MPU regions from a table to the given MPU. * \param mpu Pointer to the MPU registers to be used. * \param rnr First region nu
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/mpu_armv8.h:298
↓ 2 callers
Function
ARM_MPU_OrderedMemcpy
Memcopy with strictly ordered memory access, e.g. for register targets. * \param dst Destination data is copied to. * \param src Source data is copied
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/mpu_armv7.h:248
↓ 2 callers
Function
ARM_MPU_SetMemAttrEx
Set the memory attribute encoding to the given MPU. * \param mpu Pointer to the MPU to be configured. * \param idx The attribute index to be set [0-7]
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/mpu_armv8.h:182
↓ 2 callers
Function
ARM_MPU_SetRegionEx
Configure the given MPU region of the given MPU. * \param mpu Pointer to MPU to be used. * \param rnr Region number to be configured. * \param rbar Va
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/mpu_armv8.h:249
↓ 2 callers
Function
DMA1_Ch6_IRQHandler
source/board/ST_NUCLEO-F091RC/ST_NUCLEO-F091RC-dmas.cpp:241
↓ 2 callers
Function
DMA1_Ch7_IRQHandler
source/board/ST_NUCLEO-F091RC/ST_NUCLEO-F091RC-dmas.cpp:272
↓ 2 callers
Method
SortedIntrusiveForwardList
include/estd/SortedIntrusiveForwardList.hpp:74
↓ 2 callers
Function
USART3_IRQHandler
source/board/ST_NUCLEO-F091RC/ST_NUCLEO-F091RC-uarts.cpp:113
↓ 2 callers
Function
USART4_IRQHandler
source/board/ST_NUCLEO-F091RC/ST_NUCLEO-F091RC-uarts.cpp:126
↓ 2 callers
Function
USART6_IRQHandler
source/board/ST_NUCLEO-F091RC/ST_NUCLEO-F091RC-uarts.cpp:152
↓ 2 callers
Function
__get_BASEPRI
\brief Get Base Priority \details Returns the current value of the Base Priority register. \return Base Priority register value *
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/cmsis_gcc.h:461
↓ 2 callers
Function
__get_CONTROL
\brief Get Control Register \details Returns the content of the Control Register. \return Control Register value */
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/cmsis_gcc.h:151
↓ 2 callers
Function
__get_PRIMASK
\brief Get Priority Mask \details Returns the current state of the priority mask bit from the Priority Mask Register. \return Prio
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/cmsis_gcc.h:382
↓ 2 callers
Function
__get_PSP
\brief Get Process Stack Pointer \details Returns the current value of the Process Stack Pointer (PSP). \return PSP Register value
source/architecture/ARM/ARMv6-M-ARMv7-M/external/CMSIS/cmsis_gcc.h:247
↓ 2 callers
Method
acceptPendingSignal
source/synchronization/SignalsReceiverControlBlock.cpp:50
↓ 2 callers
Method
allPassed
unit-test/external/Catch2/catch.hpp:11760
↓ 2 callers
Method
assertionStarting
unit-test/external/Catch2/catch.hpp:12197
↓ 2 callers
Method
caseSensitivitySuffix
unit-test/external/Catch2/catch.hpp:8676
↓ 2 callers
Method
check
unit-test/external/Trompeloeil/trompeloeil.hpp:3100
↓ 2 callers
Function
checkFpuRegisters
test/architecture/ARM/ARMv7-M/ARMv7-M-checkFpuRegisters.cpp:26
↓ 2 callers
Method
checkStackGuard
source/scheduler/Stack.cpp:108
↓ 2 callers
Method
completeCycle
unit-test/external/Catch2/catch.hpp:11042
↓ 2 callers
Function
configureApbClockDivider
source/chip/STM32/STM32F4/STM32F4-RCC.cpp:56
↓ 2 callers
Function
configureApbClockDivider
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:127
↓ 2 callers
Function
configureApbClockDivider
source/chip/STM32/STM32L0/STM32L0-RCC.cpp:55
↓ 2 callers
Function
configureApbClockDivider
source/chip/STM32/STM32L4/STM32L4-RCC.cpp:56
↓ 2 callers
Function
configureApbClockDivider
source/chip/STM32/STM32F7/STM32F7-RCC.cpp:55
↓ 2 callers
Function
configureFlashHalfCycleAccess
source/chip/STM32/STM32F1/STM32F1-FLASH.cpp:29
↓ 2 callers
Function
configureInstructionPrefetch
source/chip/STM32/STM32F4/STM32F4-FLASH.cpp:38
↓ 2 callers
Function
configureInstructionPrefetch
source/chip/STM32/STM32L4/STM32L4-FLASH.cpp:38
↓ 2 callers
Function
configureInstructionPrefetch
source/chip/STM32/STM32F7/STM32F7-FLASH.cpp:37
↓ 2 callers
Function
configurePin
source/chip/STM32/peripherals/GPIOv1/STM32-GPIOv1.cpp:26
↓ 2 callers
Function
configurePll48ClockSource
source/chip/STM32/STM32F7/STM32F7-RCC.cpp:77
↓ 2 callers
Function
configurePllClockSource
source/chip/STM32/STM32F4/STM32F4-RCC.cpp:78
↓ 2 callers
Function
configurePllClockSource
source/chip/STM32/STM32L0/STM32L0-RCC.cpp:77
↓ 2 callers
Function
configurePllClockSource
source/chip/STM32/STM32F7/STM32F7-RCC.cpp:82
↓ 2 callers
Function
configurePrediv
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:44
↓ 2 callers
Function
configurePrediv1ClockSource
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:156
↓ 2 callers
Function
configurePrefetchBuffer
source/chip/STM32/STM32F1/STM32F1-FLASH.cpp:45
↓ 2 callers
Function
configurePrefetchBuffer
source/chip/STM32/STM32L0/STM32L0-FLASH.cpp:37
↓ 2 callers
Function
configurePrefetchBuffer
source/chip/STM32/STM32F0/STM32F0-FLASH.cpp:37
↓ 2 callers
Function
configureSpi
source/chip/STM32/peripherals/SPIv2/STM32-SPIv2.cpp:30
↓ 2 callers
Function
configureSpi
source/chip/STM32/peripherals/SPIv1/STM32-SPIv1.cpp:30
↓ 2 callers
Function
copySingleBlock
source/devices/communication/SerialPort.cpp:50
↓ 2 callers
Function
count
unit-test/external/Catch2/catch.hpp:2745
↓ 2 callers
Method
create
unit-test/external/Catch2/catch.hpp:9337
↓ 2 callers
Function
createReporter
unit-test/external/Catch2/catch.hpp:9997
↓ 2 callers
Method
currentData
unit-test/external/Catch2/catch.hpp:10582
↓ 2 callers
Method
decommission
unit-test/external/Trompeloeil/trompeloeil.hpp:2603
↓ 2 callers
Function
deliverSignals
source/synchronization/SignalsCatcherControlBlock.cpp:120
↓ 2 callers
Function
detach
source/threads/ThisThread.cpp:37
↓ 2 callers
Function
disableArtAccelerator
source/chip/STM32/STM32F7/STM32F7-FLASH.cpp:42
↓ 2 callers
Function
disableDataCache
source/chip/STM32/STM32F4/STM32F4-FLASH.cpp:43
↓ 2 callers
Function
disableDataCache
source/chip/STM32/STM32L4/STM32L4-FLASH.cpp:43
↓ 2 callers
Function
disableFpuContext
test/architecture/ARM/ARMv7-M/ARMv7-M-FpuSignalTestCase.cpp:97
↓ 2 callers
Function
disableInstructionCache
source/chip/STM32/STM32F4/STM32F4-FLASH.cpp:48
↓ 2 callers
Function
disableInstructionCache
source/chip/STM32/STM32L4/STM32L4-FLASH.cpp:48
↓ 2 callers
Method
emplace
test/Queue/QueueWrappers.cpp:42
↓ 2 callers
Function
enableHse
source/chip/STM32/STM32F4/STM32F4-RCC.cpp:102
↓ 2 callers
Function
enableHse
source/chip/STM32/STM32F1/STM32F1-RCC.cpp:192
↓ 2 callers
Function
enableHse
source/chip/STM32/STM32L0/STM32L0-RCC.cpp:123
← previous
next →
401–500 of 5,157, ranked by callers