CYW20819 Delay/Timeout function

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JaBo_4446056
Level 1
Level 1
5 replies posted First question asked First reply posted

Hello all!

I am wondering if there is a delay/timeout function for the CYW20819 chipset. I need it so I can interface with a One-Wire device.

Thanks,

0 Likes
1 Solution
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Please check wiced_timer.h for timer functions.

/ModusToolbox_1.1/libraries/bt_sdk-1.1/docs/BT-SDK/208XX-A1_Bluetooth/API/wiced__timer_8h.html

You can check wiced_result_t wiced_rtos_delay_milliseconds function also to introduce delay.

/ModusToolbox_1.1/libraries/bt_sdk-1.1/docs/BT-SDK/208XX-A1_Bluetooth/API/group__group__rtos__functio...

Thanks,

-Dheeraj

View solution in original post

1 Reply
DheerajPK_41
Moderator
Moderator
Moderator
750 replies posted 500 likes received 500 replies posted

Hi,

Please check wiced_timer.h for timer functions.

/ModusToolbox_1.1/libraries/bt_sdk-1.1/docs/BT-SDK/208XX-A1_Bluetooth/API/wiced__timer_8h.html

You can check wiced_result_t wiced_rtos_delay_milliseconds function also to introduce delay.

/ModusToolbox_1.1/libraries/bt_sdk-1.1/docs/BT-SDK/208XX-A1_Bluetooth/API/group__group__rtos__functio...

Thanks,

-Dheeraj