Home
last modified time | relevance | path

Searched refs:read (Results 1 – 25 of 31) sorted by relevance

12

/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/
Dr_iic_master.c177 .read = R_IIC_MASTER_Read,
265 p_ctrl->read = false; in R_IIC_MASTER_Open()
593 p_ctrl->read = (bool) direction; in iic_master_read_write()
634 if ((NULL != p_transfer_tx) && (!p_ctrl->read)) in iic_master_notify()
641 if ((NULL != p_transfer_rx) && (p_ctrl->read)) in iic_master_notify()
959 if ((NULL != p_ctrl->p_cfg->p_transfer_rx) && (p_ctrl->read) && (p_ctrl->total > 3U)) in iic_master_rxi_master()
1015 else if (!p_ctrl->read) in iic_master_txi_master()
1080 if ((p_ctrl->read) && (p_ctrl->addr_remain == 1U) && (false == p_ctrl->address_restarted)) in iic_master_tei_master()
1208 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_err_master()
1391 if ((NULL != p_ctrl->p_cfg->p_transfer_tx) && !(p_ctrl->read) && (p_ctrl->total > 0U)) in iic_master_txi_send_address()
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_riic_master/
Dr_riic_master.c155 .read = R_RIIC_MASTER_Read,
244 p_ctrl->read = false; in R_RIIC_MASTER_Open()
571 p_ctrl->read = (bool) direction; in iic_master_read_write()
612 if ((NULL != p_transfer_tx) && (!p_ctrl->read)) in iic_master_notify()
619 if ((NULL != p_transfer_rx) && (p_ctrl->read)) in iic_master_notify()
936 if ((NULL != p_ctrl->p_cfg->p_transfer_rx) && (p_ctrl->read) && (p_ctrl->total > 3U)) in iic_master_rxi_master()
992 else if (!p_ctrl->read) in iic_master_txi_master()
1058 if ((p_ctrl->read) && (p_ctrl->addr_remain == 1U) && (false == p_ctrl->address_restarted)) in iic_master_tei_master()
1205 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_spi_master()
1236 event = (p_ctrl->read) ? I2C_MASTER_EVENT_RX_COMPLETE : I2C_MASTER_EVENT_TX_COMPLETE; in iic_master_sti_master()
[all …]
/hal_renesas-latest/drivers/ra/fsp/inc/api/
Dr_ether_phy_api.h139 fsp_err_t (* read)(ether_phy_ctrl_t * const p_ctrl, uint32_t reg_addr, uint32_t * const p_data); member
Dr_i2c_master_api.h126 … fsp_err_t (* read)(i2c_master_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes, member
Dr_ether_api.h175 …fsp_err_t (* read)(ether_ctrl_t * const p_ctrl, void * const p_buffer, uint32_t * const length_byt… member
Dr_uart_api.h177 fsp_err_t (* read)(uart_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes); member
Dr_can_api.h197 …fsp_err_t (* read)(can_ctrl_t * const p_ctrl, uint32_t buffer_number, can_frame_t * const p_frame); member
Dr_spi_api.h206 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, member
Dr_adc_api.h303 …fsp_err_t (* read)(adc_ctrl_t * const p_ctrl, adc_channel_t const reg_id, uint16_t * const p_data); member
Dr_sdmmc_api.h361 …fsp_err_t (* read)(sdmmc_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const start_secto… member
/hal_renesas-latest/drivers/rz/fsp/inc/api/
Dr_i2c_master_api.h134 … fsp_err_t (* read)(i2c_master_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes, member
Dr_uart_api.h178 fsp_err_t (* read)(uart_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes); member
Dr_can_api.h211 …fsp_err_t (* read)(can_ctrl_t * const p_ctrl, uint32_t buffer_number, can_frame_t * const p_frame); member
Dr_spi_api.h200 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, member
Dr_adc_api.h316 …fsp_err_t (* read)(adc_ctrl_t * const p_ctrl, adc_channel_t const reg_id, uint16_t * const p_data); member
/hal_renesas-latest/drivers/ra/fsp/inc/instances/
Dr_iic_master.h73 volatile bool read; // Holds the direction of the data byte transfer member
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/
Dr_riic_master.h73 volatile bool read; // Holds the direction of the data byte transfer member
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/
Dr_adc_c.c65 .read = R_ADC_C_Read,
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/
Dr_ether_phy.c169 .read = R_ETHER_PHY_Read,
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/
Dr_spi_b.c93 .read = R_SPI_B_Read,
/hal_renesas-latest/drivers/ra/fsp/src/r_spi/
Dr_spi.c114 .read = R_SPI_Read,
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/
Dr_rspi.c108 .read = R_RSPI_Read,
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_canfd/
Dr_canfd.c132 .read = R_CANFD_Read,
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/
Dr_sci_b_uart.c246 .read = R_SCI_B_UART_Read,
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/
Dr_adc.c149 .read = R_ADC_Read,

12