/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 74 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/ |
D | icm42688_common.c | 97 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/ |
D | bt_crypto.c | 56 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()
|
D | bt_crypto.h | 60 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/ |
D | index.rst | 117 - 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/ |
D | index.rst | 118 - 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/ |
D | index.rst | 117 - SERCOM0 9600 8n1 118 - SERCOM1 115200 8n1 119 - SERCOM3 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
|
/Zephyr-latest/scripts/coccinelle/ |
D | same_identifier.cocci | 62 parameter list[n1] P2;
|
D | boolean.cocci | 19 parameter list[n1] P2;
|
D | reserved_names.cocci | 77 parameter list[n1] P2;
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 151 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/ |
D | index.rst | 133 - SERCOM0 115200 8n1 - connected to the onboard Atmel Embedded Debugger (EDBG)
|
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/ |
D | index.rst | 91 - SERCOM0 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
|
/Zephyr-latest/boards/atmel/sam0/same54_xpro/doc/ |
D | index.rst | 144 - SERCOM2 115200 8n1 connected to the onboard Atmel Embedded Debugger (EDBG)
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 5214 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/ |
D | Kconfig | 711 Defaults are n0, n1, n2, ..., n<max instances - 1>
|