Home
last modified time | relevance | path

Searched refs:mem_size (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/hal/esp32/include/hal/
Drmt_ll.h208 dev->conf_ch[channel].conf0.mem_size = block_num; in rmt_ll_tx_set_mem_blocks()
380 dev->conf_ch[channel].conf0.mem_size = block_num; in rmt_ll_rx_set_mem_blocks()
581 return dev->conf_ch[channel].conf0.mem_size; in rmt_ll_tx_get_mem_blocks()
587 return dev->conf_ch[channel].conf0.mem_size; in rmt_ll_rx_get_mem_blocks()
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Drmt_struct.h27 uint32_t mem_size: 3; member
43 uint32_t mem_size: 3; member
/hal_espressif-latest/components/hal/esp32c3/include/hal/
Drmt_ll.h229 dev->tx_conf[channel].mem_size = block_num; in rmt_ll_tx_set_mem_blocks()
495 dev->rx_conf[channel].conf0.mem_size = block_num; in rmt_ll_rx_set_mem_blocks()
758 return dev->tx_conf[channel].mem_size; in rmt_ll_tx_get_mem_blocks()
764 return dev->rx_conf[channel].conf0.mem_size; in rmt_ll_rx_get_mem_blocks()
/hal_espressif-latest/components/soc/esp32/include/soc/
Drmt_struct.h23 …uint32_t mem_size: 4; /*This register is used to configure the the amount of mem… member
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h120 UINT32 mem_size; /* Memory size of the DB */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c82 p_db->mem_size = len - sizeof (tSDP_DISCOVERY_DB); in SDP_InitDiscoveryDb()
83 p_db->mem_free = p_db->mem_size; in SDP_InitDiscoveryDb()