Searched refs:weight (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-3.5.0/components/hal/esp32s3/include/hal/ |
D | gdma_ll.h | 293 static inline void gdma_ll_rx_set_weight(gdma_dev_t *dev, uint32_t channel, uint32_t weight) in gdma_ll_rx_set_weight() argument 295 dev->channel[channel].in.wight.rx_weight = weight; in gdma_ll_rx_set_weight() 520 static inline void gdma_ll_tx_set_weight(gdma_dev_t *dev, uint32_t channel, uint32_t weight) in gdma_ll_tx_set_weight() argument 522 dev->channel[channel].out.wight.tx_weight = weight; in gdma_ll_tx_set_weight()
|
/hal_espressif-3.5.0/components/mdns/private_include/ |
D | mdns_private.h | 288 uint16_t weight; member
|
/hal_espressif-3.5.0/components/mdns/ |
D | mdns.c | 798 part_length += _mdns_append_u16(packet, index, service->weight); in _mdns_append_srv_record() 2199 s->weight = 0; in _mdns_create_service() 2374 static int _mdns_check_srv_collision(mdns_service_t * service, uint16_t priority, uint16_t weight, … in _mdns_check_srv_collision() argument 2396 _mdns_append_u16(our_data, &our_index, service->weight); in _mdns_check_srv_collision() 2409 _mdns_append_u16(their_data, &their_index, weight); in _mdns_check_srv_collision() 3266 uint16_t weight = _mdns_read_u16(data_ptr, MDNS_SRV_WEIGHT_OFFSET); in mdns_parse_packet() local 3293 …col = _mdns_check_srv_collision(service->service, priority, weight, port, name->host, name->domain… in mdns_parse_packet() 5746 uint16_t weight = _mdns_read_u16(data_ptr, MDNS_SRV_WEIGHT_OFFSET); in mdns_debug_packet() local 5748 … _mdns_dbg_printf("%u %u %u %s.%s.\n", priority, weight, port, name->host, name->domain); in mdns_debug_packet()
|