Home
last modified time | relevance | path

Searched refs:portTICK_PERIOD_MS (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v10.0.1_IAR/
A Dosif_freertos.c28 vTaskDelay((TickType_t)((ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS)); in osif_delay()
38 return (uint32_t)(xTaskGetTickCount() * portTICK_PERIOD_MS); in osif_sys_time_get()
42 return (uint32_t)(xTaskGetTickCountFromISR() * portTICK_PERIOD_MS); in osif_sys_time_get()
264 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_task_signal_recv()
395 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_sem_take()
501 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_mutex_take()
612 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_send()
655 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_recv()
699 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_peek()
817 timer_ticks = (TickType_t)((interval_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_timer_create()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/
A Dosif_freertos.c28 vTaskDelay((TickType_t)((ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS)); in osif_delay()
38 return (uint32_t)(xTaskGetTickCount() * portTICK_PERIOD_MS); in osif_sys_time_get()
42 return (uint32_t)(xTaskGetTickCountFromISR() * portTICK_PERIOD_MS); in osif_sys_time_get()
265 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_task_signal_recv()
397 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_sem_take()
503 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_mutex_take()
613 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_send()
656 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_recv()
700 wait_ticks = (TickType_t)((wait_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_msg_peek()
821 timer_ticks = (TickType_t)((interval_ms + portTICK_PERIOD_MS - 1) / portTICK_PERIOD_MS); in osif_timer_create()
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/
A Dportmacro.h70 #define portTICK_PERIOD_MS ( ( TickType_t ) 1000 / configTICK_RATE_HZ ) macro
A DFreeRTOS.h709 #define portTICK_RATE_MS portTICK_PERIOD_MS

Completed in 9 milliseconds