Home
last modified time | relevance | path

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

/Zephyr-latest/boards/andestech/adp_xc7k_ae350/
Dadp_xc7k_ae350.dts38 label = "7SEG LED1 A";
42 label = "7SEG LED1 B";
46 label = "7SEG LED1 C";
50 label = "7SEG LED1 D";
54 label = "7SEG LED1 E";
58 label = "7SEG LED1 F";
62 label = "7SEG LED1 G";
66 label = "7SEG LED1 DP";
71 label = "7SEG LED2 A";
75 label = "7SEG LED2 B";
[all …]
/Zephyr-latest/subsys/bluetooth/mesh/
Dtransport.c44 #define SEG(data) ((data)[0] >> 7) macro
1658 if (SEG(buf->data)) { in bt_mesh_trans_recv()