Home
last modified time | relevance | path

Searched refs:ext_custom_feature_bit_map (Results 1 – 3 of 3) sorted by relevance

/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/inc/
Dsl_wifi_device.h2164 .ext_custom_feature_bit_map =
2190 .ext_custom_feature_bit_map =
2216 .ext_custom_feature_bit_map = (SL_SI91X_EXT_FEAT_XTAL_CLK | MEMORY_CONFIG
2240 .ext_custom_feature_bit_map = (SL_SI91X_EXT_FEAT_XTAL_CLK | MEMORY_CONFIG
2267 .ext_custom_feature_bit_map = (SL_SI91X_EXT_FEAT_XTAL_CLK | MEMORY_CONFIG
2296 .ext_custom_feature_bit_map = (MEMORY_CONFIG
2323 .ext_custom_feature_bit_map =
Dsl_si91x_types.h116 …uint32_t ext_custom_feature_bit_map; ///< Extended custom feature bit map, @ref SI91X_EXTENDED_CUS… member
/hal_silabs-latest/wiseconnect/components/device/silabs/si91x/wireless/src/
Dsl_si91x_driver.c563 …frontend_switch_control = (config->boot_config.ext_custom_feature_bit_map & (BIT(29) | (BIT(30)))); in sl_si91x_driver_init()