Home
last modified time | relevance | path

Searched defs:b0 (Results 1 – 5 of 5) 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/samples/shields/lmp90100_evb/rtd/src/
Dmain.c29 const double b0 = -0.58020E-6; in rtd_temperature() local
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/src/
Dfrag_encoder.c38 int32_t b0 = seed & 1; in prbs23() local
/Zephyr-latest/subsys/lorawan/services/
Dfrag_decoder_lowmem.c131 int32_t b0 = previous & 1; in prbs23() local
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Daccess.h389 #define BT_MESH_MODEL_OP_1(b0) (b0) argument
390 #define BT_MESH_MODEL_OP_2(b0, b1) (((b0) << 8) | (b1)) argument
391 #define BT_MESH_MODEL_OP_3(b0, cid) ((((b0) << 16) | 0xc00000) | (cid)) argument