Home
last modified time | relevance | path

Searched refs:sys_le24_to_cpu (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/sys/
Dbyteorder.h221 #define sys_le24_to_cpu(val) (val) macro
267 #define sys_le24_to_cpu(val) BSWAP_24(val) macro
/Zephyr-latest/lib/net_buf/
Dbuf_simple.c225 return sys_le24_to_cpu(val.u24); in net_buf_simple_remove_le24()
510 return sys_le24_to_cpu(val.u24); in net_buf_simple_pull_le24()
/Zephyr-latest/drivers/gpio/
Dgpio_tca6424a.c83 value = sys_le24_to_cpu(port_data); in read_port_regs()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Disoal.c1177 timeoffset = sys_le24_to_cpu(seg_hdr->timeoffset); in isoal_rx_framed_consume()
1234 timeoffset = sys_le24_to_cpu(seg_hdr->timeoffset); in isoal_rx_framed_consume()
/Zephyr-latest/subsys/bluetooth/audio/
Dbap_unicast_client.c1001 (void)memcpy(&stream->qos->interval, sys_le24_to_cpu(qos->interval), sizeof(qos->interval)); in unicast_client_ep_qos_state()
1007 (void)memcpy(&stream->qos->pd, sys_le24_to_cpu(qos->pd), sizeof(qos->pd)); in unicast_client_ep_qos_state()