/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/ |
D | r_rspi.c | 70 static void r_rspi_set_rxtrg(rspi_instance_ctrl_t * p_ctrl, rspi_rx_trigger_level_t level); 700 rspi_rx_trigger_level_t level = p_ctrl->p_ext->rx_trigger_level; in r_rspi_set_rx_fifo_hint() local 708 switch (level) in r_rspi_set_rx_fifo_hint() 712 level = RSPI_RX_TRIGGER_2; in r_rspi_set_rx_fifo_hint() 725 switch (level) in r_rspi_set_rx_fifo_hint() 730 level = RSPI_RX_TRIGGER_4; in r_rspi_set_rx_fifo_hint() 742 switch (level) in r_rspi_set_rx_fifo_hint() 793 r_rspi_set_rxtrg(p_ctrl, level); in r_rspi_set_rx_fifo_hint() 802 static void r_rspi_set_rxtrg (rspi_instance_ctrl_t * p_ctrl, rspi_rx_trigger_level_t level) in r_rspi_set_rxtrg() argument 806 level = RSPI_RX_TRIGGER_1; in r_rspi_set_rxtrg() [all …]
|
/hal_renesas-latest/drivers/ra/fsp/src/bsp/mcu/all/ |
D | bsp_io.h | 359 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite() argument 366 uint32_t lvl = ((uint32_t) level | pfs_bits); in R_BSP_PinWrite()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/bsp/mcu/all/ |
D | bsp_security.h | 33 #define R_BSP_ACCESS_CONTROL_SET(ip, level) {BSP_ACCESS_CONTROL_REG_ ## ip = (BSP_ACCESS_CONTROL… argument 36 … | ((level) << \
|
D | bsp_io.h | 483 __STATIC_INLINE void R_BSP_PinWrite (bsp_io_port_pin_t pin, bsp_io_level_t level) in R_BSP_PinWrite() argument 505 write_value_p = (uint8_t) (level << (pin & BSP_IO_PRV_8BIT_MASK)); in R_BSP_PinWrite()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzn/r_ioport/ |
D | r_ioport.c | 444 …err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level) in R_IOPORT_PinWrite() argument 450 FSP_ERROR_RETURN(level <= BSP_IO_LEVEL_HIGH, FSP_ERR_INVALID_ARGUMENT); in R_IOPORT_PinWrite() 467 if (BSP_IO_LEVEL_LOW == level) in R_IOPORT_PinWrite() 484 if (BSP_IO_LEVEL_LOW == level) in R_IOPORT_PinWrite() 501 if (BSP_IO_LEVEL_LOW == level) in R_IOPORT_PinWrite()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_scif_uart/ |
D | r_scif_uart.c | 363 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in R_SCIF_UART_Open() local 365 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in R_SCIF_UART_Open() 561 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in R_SCIF_UART_Write() local 563 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in R_SCIF_UART_Write() 1057 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in r_scif_negate_de_pin() local 1059 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in r_scif_negate_de_pin()
|
/hal_renesas-latest/drivers/rz/fsp/inc/api/ |
D | r_ioport_api.h | 138 … fsp_err_t (* pinWrite)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level);
|
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzn/ |
D | r_ioport.h | 178 …err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level);
|
/hal_renesas-latest/drivers/rz/fsp/inc/instances/rzg/ |
D | r_ioport.h | 297 …err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level);
|
/hal_renesas-latest/drivers/ra/fsp/src/r_sci_uart/ |
D | r_sci_uart.c | 599 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in R_SCI_UART_Write() local 601 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in R_SCI_UART_Write() 1126 bsp_io_level_t level = SCI_UART_RS485_DE_POLARITY_HIGH == in r_sci_negate_de_pin() local 1128 R_BSP_PinWrite(p_extend->rs485_setting.de_control_pin, level); in r_sci_negate_de_pin()
|
/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_ioport/ |
D | r_ioport.c | 379 …err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level) in R_IOPORT_PinWrite() argument 385 FSP_ERROR_RETURN(level <= BSP_IO_LEVEL_HIGH, FSP_ERR_INVALID_ARGUMENT); in R_IOPORT_PinWrite() 400 r_ioport_regwrite_8(p_ioport_regs, (uint8_t) level, (uint8_t) shift, (uint8_t) pin_mask); in R_IOPORT_PinWrite()
|