Home
last modified time | relevance | path

Searched refs:R_IOPORT_PinWrite (Results 1 – 7 of 7) sorted by relevance

/btstack/port/renesas-ek-ra6m4a-da14531/port/
H A Dhal_entry.c119 R_IOPORT_PinWrite(&g_ioport_ctrl, BLUETOOTH_PIN_RESET, BSP_IO_LEVEL_HIGH); in bluetooth_power_cycle()
121 R_IOPORT_PinWrite(&g_ioport_ctrl, BLUETOOTH_PIN_RESET, BSP_IO_LEVEL_LOW); in bluetooth_power_cycle()
142 R_IOPORT_PinWrite(&g_ioport_ctrl, BLUETOOTH_PIN_RTS, BSP_IO_LEVEL_HIGH); in user_uart_callback()
201 R_IOPORT_PinWrite(&g_ioport_ctrl, BLUETOOTH_PIN_RTS, BSP_IO_LEVEL_LOW); in hal_uart_dma_receive_block()
/btstack/port/renesas-ek-ra6m4a-da14531/example/
H A Dgatt_rgb.c90 R_IOPORT_PinWrite(&g_ioport_ctrl, LED3, r > 128 ? BSP_IO_LEVEL_HIGH : BSP_IO_LEVEL_LOW); in set_rgb()
91 R_IOPORT_PinWrite(&g_ioport_ctrl, LED2, g > 128 ? BSP_IO_LEVEL_HIGH : BSP_IO_LEVEL_LOW); in set_rgb()
92 R_IOPORT_PinWrite(&g_ioport_ctrl, LED1, b > 128 ? BSP_IO_LEVEL_HIGH : BSP_IO_LEVEL_LOW); in set_rgb()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/src/
H A Dhal_entry.c84 R_IOPORT_PinWrite(&g_ioport_ctrl, BSP_IO_PORT_01_PIN_15, pin_level); in hal_entry()
87 R_IOPORT_PinWrite(&g_ioport_ctrl, BSP_IO_PORT_02_PIN_05, pin_level); in hal_entry()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_ioport/
H A Dr_ioport_private_api.h37 ssp_err_t R_IOPORT_PinWrite (ioport_port_pin_t pin, ioport_level_t level);
H A Dr_ioport.c123 .pinWrite = R_IOPORT_PinWrite,
394 ssp_err_t R_IOPORT_PinWrite (ioport_port_pin_t pin, ioport_level_t level) in R_IOPORT_PinWrite() function
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_ioport/
H A Dr_ioport.c111 .pinWrite = R_IOPORT_PinWrite,
383 fsp_err_t R_IOPORT_PinWrite (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t le… in R_IOPORT_PinWrite() function
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_ioport.h336 fsp_err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t lev…