Home
last modified time | relevance | path

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

/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/include/
Dfreertos_sdk_config.h69 extern void xPortSyncInternalYieldUntilBefore(absolute_time_t t);
70 #define sync_internal_yield_until_before(t) xPortSyncInternalYieldUntilBefore(t) argument
/Kernel-v10.6.2/portable/ThirdParty/GCC/Posix/
Dport.c351 struct timespec t; in prvGetTimeNs() local
353 clock_gettime( CLOCK_MONOTONIC, &t ); in prvGetTimeNs()
355 return ( uint64_t )t.tv_sec * ( uint64_t )1000000000UL + ( uint64_t )t.tv_nsec; in prvGetTimeNs()
/Kernel-v10.6.2/portable/ThirdParty/GCC/RP2040/
Dport.c673 static TickType_t prvGetTicksToWaitBefore( absolute_time_t t ) in prvGetTicksToWaitBefore() argument
675 int64_t xDelay = absolute_time_diff_us(get_absolute_time(), t); in prvGetTicksToWaitBefore()
868 void xPortSyncInternalYieldUntilBefore( absolute_time_t t ) in xPortSyncInternalYieldUntilBefore() argument
870 TickType_t uxTicksToWait = prvGetTicksToWaitBefore(t); in xPortSyncInternalYieldUntilBefore()
/Kernel-v10.6.2/.github/
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…
/Kernel-v10.6.2/portable/IAR/RX700v3_DPFPU/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/IAR/RXv2/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/IAR/RX100/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/IAR/RX600/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/GCC/RX100/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/GCC/RX600/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/GCC/RX600v2/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/GCC/RX700v3_DPFPU/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/Renesas/RX700v3_DPFPU/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/Renesas/RX100/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/Renesas/RX200/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/Renesas/RX600/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/Renesas/RX600v2/
Dreadme.txt56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
/Kernel-v10.6.2/portable/ThirdParty/GCC/ARM_TFM/
DREADME.md64 This macro should be configured as 0 because TF-M doesn't use the secure context management functio…