Home
last modified time | relevance | path

Searched refs:main_mode (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/bluetooth/channel_sounding/include/
Dcs_test_params.h18 params.main_mode = BT_CONN_LE_CS_MAIN_MODE_2; in test_params_get()
/Zephyr-latest/drivers/comparator/
Dcomparator_nrf_comp.c25 DT_INST_ENUM_HAS_VALUE(inst, main_mode, SE)
28 DT_INST_ENUM_HAS_VALUE(inst, main_mode, DIFF)
525 nrf->main_mode = NRF_COMP_MAIN_MODE_SE; in shim_nrf_comp_se_config_to_nrf()
567 nrf->main_mode = NRF_COMP_MAIN_MODE_DIFF; in shim_nrf_comp_diff_config_to_nrf()
/Zephyr-latest/include/zephyr/bluetooth/
Dcs.h248 enum bt_conn_le_cs_main_mode main_mode; member
/Zephyr-latest/subsys/bluetooth/host/shell/
Dcs.c191 params.main_mode = BT_CONN_LE_CS_MAIN_MODE_1; in cmd_cs_test_simple()
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c502 cp->main_mode_type = params->main_mode; in bt_le_cs_start_test()