Home
last modified time | relevance | path

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

/hal_silabs-latest/gecko/common/inc/
Dsl_status.h91 #define SL_STATUS_IN_PROGRESS ((sl_status_t)0x0005) ///< Operation is in progress and no… macro
/hal_silabs-latest/simplicity_sdk/platform/common/inc/
Dsl_status.h92 #define SL_STATUS_IN_PROGRESS ((sl_status_t)0x0005) ///< Operation is in progress and no… macro
/hal_silabs-latest/simplicity_sdk/platform/radio/rail_lib/common/
Drail_types.h144 #define RAIL_STATUS_SUSPENDED SL_STATUS_IN_PROGRESS // 0x0005
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c1157 return SL_STATUS_IN_PROGRESS; in sl_si91x_driver_send_command_packet()