Home
last modified time | relevance | path

Searched refs:p_tx_descriptor (Results 1 – 2 of 2) sorted by relevance

/hal_renesas-latest/drivers/ra/fsp/src/r_ether/
Dr_ether.c1061 p_instance_ctrl->p_tx_descriptor->p_buffer = (uint8_t *) p_buffer; in R_ETHER_Write()
1064 p_instance_ctrl->p_tx_descriptor->buffer_size = (uint16_t) frame_length; in R_ETHER_Write()
1065 p_instance_ctrl->p_tx_descriptor->status &= (~(ETHER_TD0_TFP1 | ETHER_TD0_TFP0)); in R_ETHER_Write()
1066 …p_instance_ctrl->p_tx_descriptor->status |= ((ETHER_TD0_TFP1 | ETHER_TD0_TFP0) | ETHER_TD0_TAC… in R_ETHER_Write()
1067 p_instance_ctrl->p_tx_descriptor = p_instance_ctrl->p_tx_descriptor->p_next; in R_ETHER_Write()
1327 p_instance_ctrl->p_tx_descriptor = &p_ether_extended_cfg->p_tx_descriptors[0]; in ether_init_descriptors()
1382 if (ETHER_TD0_TACT == (p_instance_ctrl->p_tx_descriptor->status & ETHER_TD0_TACT)) in ether_buffer_get()
1389 (*p_buffer) = p_instance_ctrl->p_tx_descriptor->p_buffer; in ether_buffer_get()
1472 p_reg_edmac->TDLAR = (uint32_t) p_instance_ctrl->p_tx_descriptor; in ether_config_ethernet()
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_ether.h97 …ether_instance_descriptor_t * p_tx_descriptor; ///< Pointer to the currently referenced rece… member