Searched refs:mse (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/shell/ |
D | iso.c | 827 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/ |
D | iso.rst | 21 sync-big :Synchronize to a BIG as a receiver <BIS bitfield> [mse] [timeout]
|
/Zephyr-latest/tests/bsim/bluetooth/ll/bis/src/ |
D | test_bis.c | 835 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/ |
D | bis_receiver.c | 231 .mse = BT_ISO_SYNC_MSE_MIN, in sync_big()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | iso.h | 600 uint32_t mse; member
|
D | hci_types.h | 2252 uint8_t mse; member
|
/Zephyr-latest/samples/bluetooth/iso_broadcast_benchmark/src/ |
D | receiver.c | 352 .mse = 0, in create_big_sync()
|
/Zephyr-latest/samples/bluetooth/iso_receive/src/ |
D | main.c | 279 .mse = BT_ISO_SYNC_MSE_ANY, /* any number of subevents */
|
/Zephyr-latest/subsys/bluetooth/controller/include/ |
D | ll.h | 145 uint8_t encryption, uint8_t *bcode, uint8_t mse,
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 3424 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/ |
D | ull_sync_iso.c | 91 uint8_t encryption, uint8_t *bcode, uint8_t mse, in ll_big_sync_create() argument
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | bap_broadcast_sink.c | 1329 param.mse = 0; /* Let controller decide */ in bt_bap_broadcast_sink_sync()
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 403 …"# 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/ |
D | hci.c | 1843 cmd->encryption, cmd->bcode, cmd->mse, in le_big_create_sync()
|