Home
last modified time | relevance | path

Searched refs:Ndevices (Results 1 – 2 of 2) sorted by relevance

/babblesim_ext_2G4_modem_BLE_simple-latest/src/test/
Dtest_ber.c49 #define Ndevices 15 in main() macro
52 uint nbr_devices = Ndevices; in main()
62 Tx_List_container.tx_list = calloc(sizeof(tx_el_t), Ndevices); in main()
63 Tx_List_container.used = calloc(sizeof(uint), Ndevices); in main()
64 RxPowers = calloc(sizeof(double),Ndevices); in main()
Dtest_analog_rx.c27 #define Ndevices 15 in main() macro
29 uint nbr_devices = Ndevices; in main()
31 double RxPowers[Ndevices]; in main()
36 Tx_List_container.tx_list = calloc(sizeof(tx_el_t), Ndevices); in main()
37 Tx_List_container.used = calloc(sizeof(uint), Ndevices); in main()