Documentation
Includes
tuya_os_adapter.h
#include "tuya_os_adapter.h"
Macros
Marco _TUYA_HAL_QUEUE_H
#define _TUYA_HAL_QUEUE_H
Functions
Func tuya_hal_queue_create_init
OPERATE_RET tuya_hal_queue_create_init(QUEUE_HANDLE *queue, int msgsize,int msgcount);
Func tuya_hal_queue_post
OPERATE_RET tuya_hal_queue_post(CONST QUEUE_HANDLE pQueue_hanle,void *data, unsigned int timeout);
Func tuya_hal_queue_fetch
OPERATE_RET tuya_hal_queue_fetch(QUEUE_HANDLE pQueue_hanle, void *msg, unsigned int timeout);
Func tuya_hal_queue_free
OPERATE_RET tuya_hal_queue_free(CONST QUEUE_HANDLE pQueue_hanle);
Func tuya_os_queue_intf_init
VOID_T tuya_os_queue_intf_init(VOID_T);
Vars
Consts
Types
Typedefs