Searched refs:R_IOPORT_PinWrite (Results 1 – 7 of 7) sorted by relevance
/btstack/port/renesas-ek-ra6m4a-da14531/port/ |
H A D | hal_entry.c | 119 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 D | gatt_rgb.c | 90 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 D | hal_entry.c | 84 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 D | r_ioport_private_api.h | 37 ssp_err_t R_IOPORT_PinWrite (ioport_port_pin_t pin, ioport_level_t level);
|
H A D | r_ioport.c | 123 .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 D | r_ioport.c | 111 .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 D | r_ioport.h | 336 fsp_err_t R_IOPORT_PinWrite(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t lev…
|