Home
last modified time | relevance | path

Searched refs:n1 (Results 1 – 16 of 16) sorted by relevance

/Zephyr-latest/tests/bluetooth/bt_crypto/src/
Dtest_bt_crypto.c74 uint8_t n1[16] = {0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in ZTEST() local
87 bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in ZTEST()
96 uint8_t n1[16] = {0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in ZTEST() local
110 bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in ZTEST()
/Zephyr-latest/drivers/sensor/tdk/icm42688/
Dicm42688_common.c97 int n1 = accel_modr; in icm42688_compute_fifo_wm() local
100 while (n1 != n2) { in icm42688_compute_fifo_wm()
101 if (n1 > n2) { in icm42688_compute_fifo_wm()
102 n1 -= n2; in icm42688_compute_fifo_wm()
104 n2 -= n1; in icm42688_compute_fifo_wm()
107 LOG_DBG("GCD=%d", n1); in icm42688_compute_fifo_wm()
108 modr = ((int64_t)accel_modr * (int64_t)gyro_modr) / n1; in icm42688_compute_fifo_wm()
/Zephyr-latest/subsys/bluetooth/crypto/
Dbt_crypto.c56 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1, in bt_crypto_f5() argument
74 LOG_DBG("n1 %s", bt_hex(n1, 16)); in bt_crypto_f5()
86 sys_memcpy_swap(m + 5, n1, 16); in bt_crypto_f5()
117 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r, in bt_crypto_f6() argument
126 LOG_DBG("n1 %s", bt_hex(n1, 16)); in bt_crypto_f6()
133 sys_memcpy_swap(m, n1, 16); in bt_crypto_f6()
Dbt_crypto.h60 int bt_crypto_f5(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const bt_addr_le_t *a1,
80 int bt_crypto_f6(const uint8_t *w, const uint8_t *n1, const uint8_t *n2, const uint8_t *r,
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/
Dindex.rst117 - SERCOM1 115200 8n1 - connected to EXT2 and EXT3
118 - SERCOM3 115200 8n1 - connected to the onboard Atmel Embedded Debugger (EDBG)
119 - SERCOM4 115200 8n1 - connected to EXT1
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/
Dindex.rst118 - SERCOM0 9600 8n1
119 - SERCOM2 115200 8n1
120 - SERCOM4 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/
Dindex.rst117 - SERCOM0 9600 8n1
118 - SERCOM1 115200 8n1
119 - SERCOM3 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
/Zephyr-latest/scripts/coccinelle/
Dsame_identifier.cocci62 parameter list[n1] P2;
Dboolean.cocci19 parameter list[n1] P2;
Dreserved_names.cocci77 parameter list[n1] P2;
/Zephyr-latest/doc/build/dts/api/
Dapi.rst151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
155 - if ``n1`` depends on ``n2``, then ``d1 > d2``
156 - ``d1 > d2`` does **not** necessarily imply that ``n1`` depends on ``n2``
/Zephyr-latest/boards/atmel/sam0/samr34_xpro/doc/
Dindex.rst133 - SERCOM0 115200 8n1 - connected to the onboard Atmel Embedded Debugger (EDBG)
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/
Dindex.rst91 - SERCOM0 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/
Dindex.rst144 - SERCOM2 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
/Zephyr-latest/subsys/bluetooth/host/
Dsmp.c5214 uint8_t n1[16] = { 0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in smp_f5_test() local
5231 err = bt_crypto_f5(w, n1, n2, &a1, &a2, mackey, ltk); in smp_f5_test()
5247 uint8_t n1[16] = { 0xab, 0xae, 0x2b, 0x71, 0xec, 0xb2, 0xff, 0xff, in smp_f6_test() local
5263 err = bt_crypto_f6(w, n1, n2, r, io_cap, &a1, &a2, res); in smp_f6_test()
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig711 Defaults are n0, n1, n2, ..., n<max instances - 1>