Searched refs:t (Results 1 – 19 of 19) sorted by relevance
73 extern void xPortSyncInternalYieldUntilBefore( absolute_time_t t );74 #define sync_internal_yield_until_before( t ) xPortSyncInternalYieldUntilBefore( t ) argument
372 struct timespec t; in prvGetTimeNs() local374 clock_gettime( CLOCK_MONOTONIC, &t ); in prvGetTimeNs()376 return ( uint64_t ) t.tv_sec * ( uint64_t ) 1000000000UL + ( uint64_t ) t.tv_nsec; in prvGetTimeNs()
957 static TickType_t prvGetTicksToWaitBefore( absolute_time_t t ) in prvGetTicksToWaitBefore() argument959 int64_t xDelay = absolute_time_diff_us( get_absolute_time(), t ); in prvGetTicksToWaitBefore()1175 void xPortSyncInternalYieldUntilBefore( absolute_time_t t ) in xPortSyncInternalYieldUntilBefore() argument1177 TickType_t uxTicksToWait = prvGetTicksToWaitBefore( t ); in xPortSyncInternalYieldUntilBefore()
20 …/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…
87 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…
56 *4: RX600 ports use MVTIPL instruction but RX610 MCUs don't support this instruction.
64 This macro should be configured as 0 because TF-M doesn't use the secure context management functio…