Home
last modified time | relevance | path

Searched refs:mse (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/shell/
Diso.c827 param.mse = 0; in cmd_big_sync()
832 unsigned long mse; in cmd_big_sync() local
840 mse = shell_strtoul(argv[i], 0, &err); in cmd_big_sync()
847 if (mse != BT_ISO_SYNC_MSE_ANY && in cmd_big_sync()
848 !IN_RANGE(mse, BT_ISO_SYNC_MSE_MIN, BT_ISO_SYNC_MSE_MAX)) { in cmd_big_sync()
849 shell_error(sh, "Invalid mse %lu", mse); in cmd_big_sync()
854 param.mse = mse; in cmd_big_sync()
/Zephyr-latest/doc/connectivity/bluetooth/shell/host/
Diso.rst21 sync-big :Synchronize to a BIG as a receiver <BIS bitfield> [mse] [timeout]
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/
Dtest_bis.c835 uint8_t mse = 0; in test_iso_recv_main() local
839 mse, sync_timeout, ARRAY_SIZE(bis), bis); in test_iso_recv_main()
866 mse, sync_timeout, ARRAY_SIZE(bis), bis); in test_iso_recv_main()
908 big_param.mse = 1; in test_iso_recv_main()
1123 big_param.mse = 1; in test_iso_recv_vs_dp_main()
/Zephyr-latest/tests/bsim/bluetooth/host/iso/bis/src/
Dbis_receiver.c231 .mse = BT_ISO_SYNC_MSE_MIN, in sync_big()
/Zephyr-latest/include/zephyr/bluetooth/
Diso.h600 uint32_t mse; member
Dhci_types.h2252 uint8_t mse; member
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/
Dreceiver.c352 .mse = 0, in create_big_sync()
/Zephyr-latest/samples/bluetooth/iso_receive/src/
Dmain.c279 .mse = BT_ISO_SYNC_MSE_ANY, /* any number of subevents */
/Zephyr-latest/subsys/bluetooth/controller/include/
Dll.h145 uint8_t encryption, uint8_t *bcode, uint8_t mse,
/Zephyr-latest/subsys/bluetooth/host/
Diso.c3424 req->mse = param->mse; in hci_le_big_create_sync()
3477 CHECKIF(param->mse > BT_ISO_SYNC_MSE_MAX) { in bt_iso_big_sync()
3478 LOG_DBG("Invalid MSE 0x%02x", param->mse); in bt_iso_big_sync()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sync_iso.c91 uint8_t encryption, uint8_t *bcode, uint8_t mse, in ll_big_sync_create() argument
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_broadcast_sink.c1329 param.mse = 0; /* Let controller decide */ in bt_bap_broadcast_sink_sync()
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb403 …"# Compile the model using the standard 'adam' optimizer and the mean squared error or 'mse' loss …
404 "model_1.compile(optimizer='adam', loss='mse', metrics=['mae'])"
1739 …"# Compile the model using the standard 'adam' optimizer and the mean squared error or 'mse' loss …
1740 "model.compile(optimizer='adam', loss=\"mse\", metrics=[\"mae\"])"
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c1843 cmd->encryption, cmd->bcode, cmd->mse, in le_big_create_sync()