Home
last modified time | relevance | path

Searched refs:level (Results 1 – 11 of 11) sorted by relevance

/hal_renesas-latest/drivers/rz/fsp/src/rzg/r_rspi/
Dr_rspi.c70 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/
Dbsp_io.h359 __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/
Dbsp_security.h33 #define R_BSP_ACCESS_CONTROL_SET(ip, level) {BSP_ACCESS_CONTROL_REG_ ## ip = (BSP_ACCESS_CONTROL… argument
36 … | ((level) << \
Dbsp_io.h483 __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/
Dr_ioport.c444 …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/
Dr_scif_uart.c363 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/
Dr_ioport_api.h138 … 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/
Dr_ioport.h178 …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/
Dr_ioport.h297 …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/
Dr_sci_uart.c599 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/
Dr_ioport.c379 …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()