Searched refs:net_buf_simple_pull_le32 (Results 1 – 5 of 5) sorted by relevance
331 value = net_buf_simple_pull_le32(buf); in generic_status()334 value = net_buf_simple_pull_le32(buf); in generic_status()352 status->global_latitude = net_buf_simple_pull_le32(buf); in generic_status()353 status->global_longitude = net_buf_simple_pull_le32(buf); in generic_status()
584 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf);1485 #define net_buf_pull_le32(buf) net_buf_simple_pull_le32(&(buf)->b)
304 uint32_t net_buf_simple_pull_le32(struct net_buf_simple *buf) in net_buf_simple_pull_le32() function
1064 value = net_buf_simple_pull_le32(buf); in scheduler_act_set()1065 value |= ((uint64_t)net_buf_simple_pull_le32(buf) << 32); in scheduler_act_set()
419 delta = (int32_t)net_buf_simple_pull_le32(buf); in gen_delta_set()1450 int32_t latitude = net_buf_simple_pull_le32(buf); in gen_location_set()1451 int32_t longitude = net_buf_simple_pull_le32(buf); in gen_location_set()