Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/drivers/ethernet/
Deth.h33 static inline void gen_random_mac(uint8_t *mac_addr, uint8_t b0, uint8_t b1, uint8_t b2) in gen_random_mac()
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c39 int32_t b1 = (seed & 32) / 32; in prbs23() local
/Zephyr-latest/subsys/lorawan/services/
Dfrag_decoder_lowmem.c132 int32_t b1 = (previous & 32) / 32; in prbs23() local
/Zephyr-latest/drivers/sensor/bosch/bmp180/
Dbmp180.c43 int16_t b1; member
/Zephyr-latest/tests/net/net_pkt/src/
Dmain.c605 struct net_buf b1 = { variable
/Zephyr-latest/kernel/
Dsched.c60 int32_t b1 = thread_1->base.prio; in z_sched_prio_cmp() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h390 #define BT_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument