Searched refs:mem_size (Results 1 – 6 of 6) sorted by relevance
208 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()
27 uint32_t mem_size: 3; member43 uint32_t mem_size: 3; member
229 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()
23 …uint32_t mem_size: 4; /*This register is used to configure the the amount of mem… member
120 UINT32 mem_size; /* Memory size of the DB */ member
82 p_db->mem_size = len - sizeof (tSDP_DISCOVERY_DB); in SDP_InitDiscoveryDb()83 p_db->mem_free = p_db->mem_size; in SDP_InitDiscoveryDb()