/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/ |
H A D | hal_entry.c | 99 g_ioport.p_api->pinWrite(nShutdown_pin, IOPORT_LEVEL_LOW); in nShutdown_low() 103 g_ioport.p_api->pinWrite(nShutdown_pin, IOPORT_LEVEL_HIGH); in nShutdown_high() 124 g_ioport.p_api->pinWrite(rts_pin, IOPORT_LEVEL_HIGH); in user_uart_callback() 160 ssp_err_t error = g_uart0.p_api->baudSet(g_uart0.p_ctrl, baud); in hal_uart_dma_set_baud() 168 g_uart0.p_api->write(g_uart0.p_ctrl, data, size); in hal_uart_dma_send_block() 185 g_ioport.p_api->pinWrite(rts_pin, IOPORT_LEVEL_LOW); in hal_uart_dma_receive_block() 267 g_uart0.p_api->open(g_uart0.p_ctrl, g_uart0.p_cfg); in hal_entry() 268 g_timer0.p_api->open(g_timer0.p_ctrl, g_timer0.p_cfg); in hal_entry() 269 g_flash0.p_api->open(g_flash0.p_ctrl, g_flash0.p_cfg); in hal_entry()
|
H A D | hal_flash_bank_synergy.c | 59 g_flash0.p_api->erase(g_flash0.p_ctrl, self->page_start[bank], 1); in hal_flash_bank_synergy_erase() 79 g_flash0.p_api->write(g_flash0.p_ctrl, data, self->page_start[bank] + offset, size); in hal_flash_bank_synergy_write()
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/synergy_gen/ |
H A D | common_data.c | 5 { .p_api = &g_fmi_on_fmi }; 7 { .p_api = &g_ioport_on_ioport, .p_cfg = NULL }; 9 { .p_api = &g_cgc_on_cgc, .p_cfg = NULL }; 11 { .p_api = &g_elc_on_elc, .p_cfg = NULL };
|
H A D | hal_data.c | 29 { .p_ctrl = &g_timer0_ctrl, .p_cfg = &g_timer0_cfg, .p_api = &g_timer_on_gpt }; 66 { .p_ctrl = &g_transfer1_ctrl, .p_cfg = &g_transfer1_cfg, .p_api = &g_transfer_on_dtc }; 103 { .p_ctrl = &g_transfer0_ctrl, .p_cfg = &g_transfer0_cfg, .p_api = &g_transfer_on_dtc }; 162 { .p_ctrl = &g_uart0_ctrl, .p_cfg = &g_uart0_cfg, .p_api = &g_uart_on_sci };
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra_gen/ |
H A D | hal_data.c | 21 { .p_ctrl = &g_flash0_ctrl, .p_cfg = &g_flash0_cfg, .p_api = &g_flash_on_flash_hp }; 113 { .p_ctrl = &g_timer0_ctrl, .p_cfg = &g_timer0_cfg, .p_api = &g_timer_on_gpt }; 136 { .p_ctrl = &g_transfer1_ctrl, .p_cfg = &g_transfer1_cfg, .p_api = &g_transfer_on_dtc }; 159 { .p_ctrl = &g_transfer0_ctrl, .p_cfg = &g_transfer0_cfg, .p_api = &g_transfer_on_dtc }; 231 { .p_ctrl = &g_uart0_ctrl, .p_cfg = &g_uart0_cfg, .p_api = &g_uart_on_sci };
|
H A D | common_data.c | 5 { .p_api = &g_ioport_on_ioport, .p_ctrl = &g_ioport_ctrl, .p_cfg = &g_bsp_pin_cfg, };
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/ |
H A D | r_sci_uart.c | 515 p_ctrl->p_transfer_rx->p_api->infoGet(p_ctrl->p_transfer_rx->p_ctrl, &transfer_max); in R_SCI_UartRead() 520 …err = p_ctrl->p_transfer_rx->p_api->reset(p_ctrl->p_transfer_rx->p_ctrl, NULL, (void *) p_dest, (u… in R_SCI_UartRead() 707 p_ctrl->p_transfer_rx->p_api->infoGet(p_ctrl->p_transfer_rx->p_ctrl, &properties); in R_SCI_UartInfoGet() 722 p_ctrl->p_transfer_tx->p_api->infoGet(p_ctrl->p_transfer_tx->p_ctrl, &properties); in R_SCI_UartInfoGet() 876 SSP_ASSERT(NULL != p_transfer->p_api); in r_sci_uart_transfer_configure() 948 err = p_cfg->p_transfer_rx->p_api->open(p_cfg->p_transfer_rx->p_ctrl, &cfg); in r_sci_uart_transfer_open() 970 err = p_cfg->p_transfer_tx->p_api->open(p_cfg->p_transfer_tx->p_ctrl, &cfg); in r_sci_uart_transfer_open() 1217 if ((NULL != p_ctrl->p_transfer_rx) && (NULL != p_ctrl->p_transfer_rx->p_api)) in r_sci_uart_transfer_close() 1219 p_ctrl->p_transfer_rx->p_api->close(p_ctrl->p_transfer_rx->p_ctrl); in r_sci_uart_transfer_close() 1223 if ((NULL != p_ctrl->p_transfer_tx) && (NULL != p_ctrl->p_transfer_tx->p_api)) in r_sci_uart_transfer_close() [all …]
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/ |
H A D | r_sci_uart.c | 553 …p_ctrl->p_cfg->p_transfer_rx->p_api->reset(p_ctrl->p_cfg->p_transfer_rx->p_ctrl, NULL, (void *) p_… in R_SCI_UART_Read() 653 err = p_ctrl->p_cfg->p_transfer_tx->p_api->reset(p_ctrl->p_cfg->p_transfer_tx->p_ctrl, in R_SCI_UART_Write() 864 … err = p_ctrl->p_cfg->p_transfer_tx->p_api->disable(p_ctrl->p_cfg->p_transfer_tx->p_ctrl); in R_SCI_UART_Abort() 896 … err = p_ctrl->p_cfg->p_transfer_rx->p_api->disable(p_ctrl->p_cfg->p_transfer_rx->p_ctrl); in R_SCI_UART_Abort() 946 …fsp_err_t err = p_ctrl->p_cfg->p_transfer_rx->p_api->disable(p_ctrl->p_cfg->p_transfer_rx->p_ctrl); in R_SCI_UART_ReadStop() 950 …err = p_ctrl->p_cfg->p_transfer_rx->p_api->infoGet(p_ctrl->p_cfg->p_transfer_rx->p_ctrl, &transfer… in R_SCI_UART_ReadStop() 1207 FSP_ASSERT(NULL != p_transfer->p_api); in r_sci_uart_transfer_configure() 1234 fsp_err_t err = p_transfer->p_api->open(p_transfer->p_ctrl, p_transfer->p_cfg); in r_sci_uart_transfer_configure() 1293 p_cfg->p_transfer_rx->p_api->close(p_cfg->p_transfer_rx->p_ctrl); in r_sci_uart_transfer_open() 1505 p_ctrl->p_cfg->p_transfer_rx->p_api->close(p_ctrl->p_cfg->p_transfer_rx->p_ctrl); in r_sci_uart_transfer_close() [all …]
|
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/ |
H A D | r_elc_api.h | 146 elc_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_fmi_api.h | 178 fmi_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_input_capture_api.h | 255 input_capture_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_timer_api.h | 309 timer_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_transfer_api.h | 410 transfer_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_uart_api.h | 295 uart_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_flash_api.h | 373 flash_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_cgc_api.h | 417 cgc_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_ioport_api.h | 552 ioport_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/ |
H A D | r_uart_api.h | 285 uart_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_timer_api.h | 323 timer_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_transfer_api.h | 393 transfer_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_flash_api.h | 356 flash_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_ioport_api.h | 374 ioport_api_t const * p_api; ///< Pointer to the API structure for this instance member
|
H A D | r_cgc_api.h | 373 cgc_api_t const * p_api; ///< Pointer to the API structure for this instance member
|