/hal_renesas-latest/drivers/ra/fsp/src/r_iic_master/ |
D | r_iic_master.c | 177 .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/ |
D | r_riic_master.c | 155 .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/ |
D | r_ether_phy_api.h | 139 fsp_err_t (* read)(ether_phy_ctrl_t * const p_ctrl, uint32_t reg_addr, uint32_t * const p_data); member
|
D | r_i2c_master_api.h | 126 … fsp_err_t (* read)(i2c_master_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes, member
|
D | r_ether_api.h | 175 …fsp_err_t (* read)(ether_ctrl_t * const p_ctrl, void * const p_buffer, uint32_t * const length_byt… member
|
D | r_uart_api.h | 177 fsp_err_t (* read)(uart_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes); member
|
D | r_can_api.h | 197 …fsp_err_t (* read)(can_ctrl_t * const p_ctrl, uint32_t buffer_number, can_frame_t * const p_frame); member
|
D | r_spi_api.h | 206 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, member
|
D | r_adc_api.h | 303 …fsp_err_t (* read)(adc_ctrl_t * const p_ctrl, adc_channel_t const reg_id, uint16_t * const p_data); member
|
D | r_sdmmc_api.h | 361 …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/ |
D | r_i2c_master_api.h | 134 … fsp_err_t (* read)(i2c_master_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes, member
|
D | r_uart_api.h | 178 fsp_err_t (* read)(uart_ctrl_t * const p_ctrl, uint8_t * const p_dest, uint32_t const bytes); member
|
D | r_can_api.h | 211 …fsp_err_t (* read)(can_ctrl_t * const p_ctrl, uint32_t buffer_number, can_frame_t * const p_frame); member
|
D | r_spi_api.h | 200 fsp_err_t (* read)(spi_ctrl_t * const p_ctrl, void * p_dest, uint32_t const length, member
|
D | r_adc_api.h | 316 …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/ |
D | r_iic_master.h | 73 volatile bool read; // Holds the direction of the data byte transfer member
|
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/ |
D | r_riic_master.h | 73 volatile bool read; // Holds the direction of the data byte transfer member
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_adc_c/ |
D | r_adc_c.c | 65 .read = R_ADC_C_Read,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_ether_phy/ |
D | r_ether_phy.c | 169 .read = R_ETHER_PHY_Read,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi_b/ |
D | r_spi_b.c | 93 .read = R_SPI_B_Read,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_spi/ |
D | r_spi.c | 114 .read = R_SPI_Read,
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/ |
D | r_rspi.c | 108 .read = R_RSPI_Read,
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_canfd/ |
D | r_canfd.c | 132 .read = R_CANFD_Read,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_b_uart/ |
D | r_sci_b_uart.c | 246 .read = R_SCI_B_UART_Read,
|
/hal_renesas-latest/drivers/ra/fsp/src/r_adc/ |
D | r_adc.c | 149 .read = R_ADC_Read,
|