Home
last modified time | relevance | path

Searched refs:t (Results 1 – 21 of 21) sorted by relevance

/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/include/
A Dfreertos_sdk_config.h73 extern void xPortSyncInternalYieldUntilBefore( absolute_time_t t );
74 #define sync_internal_yield_until_before( t ) xPortSyncInternalYieldUntilBefore( t ) argument
/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix/
A Dport.c439 struct timespec t; in prvGetTimeNs() local
441 clock_gettime( CLOCK_MONOTONIC, &t ); in prvGetTimeNs()
443 return ( uint64_t ) t.tv_sec * ( uint64_t ) 1000000000UL + ( uint64_t ) t.tv_nsec; in prvGetTimeNs()
/FreeRTOS-Kernel/portable/ThirdParty/GCC/RP2040/
A Dport.c931 static TickType_t prvGetTicksToWaitBefore( absolute_time_t t ) in prvGetTicksToWaitBefore() argument
933 int64_t xDelay = absolute_time_diff_us( get_absolute_time(), t ); in prvGetTicksToWaitBefore()
1169 void xPortSyncInternalYieldUntilBefore( absolute_time_t t ) in xPortSyncInternalYieldUntilBefore() argument
1171 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( t ); in xPortSyncInternalYieldUntilBefore()
/FreeRTOS-Kernel/.github/
A DCONTRIBUTING.md20 …/FreeRTOS/FreeRTOS/issues?utf8=%E2%9C%93&q=is%3Aissue) to be sure this hasn't been already reporte…
37 2. You check existing open, and recently merged, pull requests to make sure someone else hasn't add…
A Dpull_request_process.md87 3. Don’t mix refactoring, bug fixes and feature development into a single PR. Lets say you are deve…
111 …way - this pull request is going to take a few hours to review and they don’t have a few hours rig…
/FreeRTOS-Kernel/portable/IAR/RX100/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/IAR/RX600/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/IAR/RX700v3_DPFPU/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/IAR/RXv2/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/Renesas/RX100/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/Renesas/RX200/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/Renesas/RX600/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/Renesas/RX600v2/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/Renesas/RX700v3_DPFPU/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/GCC/RX700v3_DPFPU/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/GCC/RX100/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/GCC/RX600/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/portable/GCC/RX600v2/
A Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/FreeRTOS-Kernel/.github/workflows/
A Dkernel-demos.yml35 run: msbuild WIN32.sln -t:rebuild
39 run: msbuild WIN32.sln -t:rebuild
/FreeRTOS-Kernel/portable/ThirdParty/GCC/ARM_TFM/
A DREADME.md64 This macro should be configured as 0 because TF-M doesn't use the secure context management functio…
/FreeRTOS-Kernel/portable/
A DCMakeLists.txt867 …# `freertos_kernel_port` is an object library where its linker options don't propagate to the targ…

Completed in 35 milliseconds