Home
last modified time | relevance | path

Searched refs:p_ctrl (Results 1 – 25 of 40) sorted by relevance

12

/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c172 static void r_sci_negate_de_pin(sci_uart_instance_ctrl_t const * const p_ctrl);
176 static fsp_err_t r_sci_read_write_param_check(sci_uart_instance_ctrl_t const * const p_ctrl,
182 static void r_sci_uart_config_set(sci_uart_instance_ctrl_t * const p_ctrl, uart_cfg_t const * const…
185 static fsp_err_t r_sci_uart_transfer_configure(sci_uart_instance_ctrl_t * const p_ctrl,
190 static fsp_err_t r_sci_uart_transfer_open(sci_uart_instance_ctrl_t * const p_ctrl, uart_cfg_t const…
192 static void r_sci_uart_transfer_close(sci_uart_instance_ctrl_t * p_ctrl);
197 static void r_sci_uart_call_callback(sci_uart_instance_ctrl_t * p_ctrl, uint32_t data, uart_event_t…
200 static void r_sci_uart_fifo_cfg(sci_uart_instance_ctrl_t * const p_ctrl);
204 static void r_sci_irq_cfg(sci_uart_instance_ctrl_t * const p_ctrl, uint8_t const ipl, IRQn_Type con…
206 static void r_sci_irqs_cfg(sci_uart_instance_ctrl_t * const p_ctrl, uart_cfg_t const * const p_cfg);
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart.c90 static ssp_err_t r_sci_uart_open_param_check (sci_uart_instance_ctrl_t const * const p_ctrl,
93 static ssp_err_t r_sci_read_write_param_check (sci_uart_instance_ctrl_t const * const p_ctrl,
98 static void r_sci_uart_config_set (sci_uart_instance_ctrl_t * const p_ctrl,
106 static ssp_err_t r_sci_uart_transfer_open (sci_uart_instance_ctrl_t * const p_ctrl,
129 static void r_sci_uart_fifo_cfg (sci_uart_instance_ctrl_t * const p_ctrl,
135 void * const p_ctrl,
139 sci_uart_instance_ctrl_t * const p_ctrl,
142 static void r_sci_uart_transfer_close (sci_uart_instance_ctrl_t * p_ctrl);
144 static void r_sci_uart_rs485_de_pin_cfg (sci_uart_instance_ctrl_t * const p_ctrl);
147 static void r_sci_uart_external_rts_operation_enable (sci_uart_instance_ctrl_t * const p_ctrl,
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/
H A Dr_dtc.c73 static ssp_err_t r_dtc_state_initialize(dtc_instance_ctrl_t * p_ctrl,transfer_cfg_t const * const …
75 static ssp_err_t r_dtc_parameter_check(dtc_instance_ctrl_t * p_ctrl,transfer_cfg_t const * const …
76 static ssp_err_t r_dtc_block_reset_parameter_check(dtc_instance_ctrl_t * p_ctrl,uint16_t const leng…
77 static ssp_err_t r_dtc_reset_parameter_check(dtc_instance_ctrl_t * p_ctrl,uint16_t const num_transf…
183 dtc_instance_ctrl_t * p_ctrl = (dtc_instance_ctrl_t *) p_api_ctrl; in R_DTC_Open() local
185 err = r_dtc_state_initialize(p_ctrl,p_cfg); in R_DTC_Open()
190 p_ctrl->trigger = HW_DTC_ICUEventGet(gp_icu_regs, irq); in R_DTC_Open()
200 if ((ELC_EVENT_ELC_SOFTWARE_EVENT_0 == p_ctrl->trigger) || in R_DTC_Open()
201 (ELC_EVENT_ELC_SOFTWARE_EVENT_1 == p_ctrl->trigger)) in R_DTC_Open()
203 p_ctrl->p_callback = p_cfg->p_callback; in R_DTC_Open()
[all …]
H A Dr_dtc_private_api.h29 ssp_err_t R_DTC_Open (transfer_ctrl_t * const p_ctrl,
31 ssp_err_t R_DTC_Reset (transfer_ctrl_t * const p_ctrl,
35 ssp_err_t R_DTC_Start (transfer_ctrl_t * const p_ctrl,
37 ssp_err_t R_DTC_Stop (transfer_ctrl_t * const p_ctrl);
38 ssp_err_t R_DTC_Enable (transfer_ctrl_t * const p_ctrl);
39 ssp_err_t R_DTC_Disable (transfer_ctrl_t * const p_ctrl);
40 ssp_err_t R_DTC_InfoGet (transfer_ctrl_t * const p_ctrl,
42 ssp_err_t R_DTC_Close (transfer_ctrl_t * const p_ctrl);
44 ssp_err_t R_DTC_BlockReset (transfer_ctrl_t * const p_ctrl,
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_flash_hp/
H A Dr_flash_hp.c257 static fsp_err_t flash_hp_init(flash_hp_instance_ctrl_t * p_ctrl);
259 static fsp_err_t flash_hp_enter_pe_df_mode(flash_hp_instance_ctrl_t * const p_ctrl);
263 static fsp_err_t flash_hp_reset(flash_hp_instance_ctrl_t * p_ctrl) PLACE_IN_RAM_SECTION;
269 static fsp_err_t flash_hp_erase_block(flash_hp_instance_ctrl_t * const p_ctrl, uint32_t block_size,
272 static fsp_err_t flash_hp_write_data(flash_hp_instance_ctrl_t * const p_ctrl, uint32_t write_size,
278 static void r_flash_hp_call_callback(flash_hp_instance_ctrl_t * p_ctrl, flash_event_t event);
282 static fsp_err_t flash_hp_df_blank_check(flash_hp_instance_ctrl_t * const p_ctrl,
287 static fsp_err_t flash_hp_df_write(flash_hp_instance_ctrl_t * const p_ctrl);
289 static fsp_err_t flash_hp_df_erase(flash_hp_instance_ctrl_t * p_ctrl, uint32_t block_address, uint3…
295 static fsp_err_t flash_hp_configuration_area_write(flash_hp_instance_ctrl_t * p_ctrl,
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_gpt/
H A Dr_gpt.c65 static void gpt_hardware_initialize (gpt_instance_ctrl_t * const p_ctrl,
71 static ssp_err_t gpt_period_to_pclk (gpt_instance_ctrl_t * const p_ctrl,
83 static void gpt_set_duty_cycle (gpt_instance_ctrl_t * const p_ctrl,
87 static ssp_err_t gpt_common_open (gpt_instance_ctrl_t * const p_ctrl,
94 static void gpt_set_output_pin (gpt_instance_ctrl_t * const p_ctrl,
100 static ssp_err_t gpt_divisor_select(gpt_instance_ctrl_t * const p_ctrl,
104 static uint32_t gpt_clock_frequency_get(gpt_instance_ctrl_t * const p_ctrl);
202 gpt_instance_ctrl_t * p_ctrl = (gpt_instance_ctrl_t *) p_api_ctrl; in R_GPT_TimerOpen() local
205 SSP_ASSERT(NULL != p_ctrl); in R_GPT_TimerOpen()
216 …ssp_err_t err = gpt_common_open(p_ctrl, p_cfg, &ssp_feature, &pclk_divisor, &pclk_counts, &variant… in R_GPT_TimerOpen()
[all …]
H A Dr_gpt_private_api.h29 ssp_err_t R_GPT_TimerOpen (timer_ctrl_t * const p_ctrl,
31 ssp_err_t R_GPT_Stop (timer_ctrl_t * const p_ctrl);
32 ssp_err_t R_GPT_Start (timer_ctrl_t * const p_ctrl);
33 ssp_err_t R_GPT_Reset (timer_ctrl_t * const p_ctrl);
34 ssp_err_t R_GPT_PeriodSet (timer_ctrl_t * const p_ctrl,
37 ssp_err_t R_GPT_DutyCycleSet (timer_ctrl_t * const p_ctrl,
41 ssp_err_t R_GPT_CounterGet (timer_ctrl_t * const p_ctrl,
43 ssp_err_t R_GPT_InfoGet (timer_ctrl_t * const p_ctrl,
45 ssp_err_t R_GPT_Close (timer_ctrl_t * const p_ctrl);
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/
H A Dhw_flash_lp.c79 static inline bool HW_FLASH_LP_frdyi_df_bgo_write (flash_lp_instance_ctrl_t *p_ctrl, flash_callback…
80 static inline bool HW_FLASH_LP_frdyi_df_bgo_erase (flash_lp_instance_ctrl_t *p_ctrl, flash_callback…
81 static inline bool HW_FLASH_LP_frdyi_df_bgo_blankcheck (flash_lp_instance_ctrl_t *p_ctrl, flash_cal…
145 void HW_FLASH_LP_init (flash_lp_instance_ctrl_t * const p_ctrl, current_parameters_t * p_current_pa… in HW_FLASH_LP_init() argument
147 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_init()
206 ssp_err_t HW_FLASH_LP_erase (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t block_address, uint3… in HW_FLASH_LP_erase() argument
209 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_erase()
218 …HW_FLASH_LP_dataflash_erase(p_ctrl, block_address, num_blocks, block_size); // Set the start and … in HW_FLASH_LP_erase()
226 err = HW_FLASH_LP_dataflash_erase_monitor(p_ctrl, block_size); in HW_FLASH_LP_erase()
236 …HW_FLASH_LP_codeflash_erase(p_ctrl, block_address, num_blocks, block_size); // Set the start and e… in HW_FLASH_LP_erase()
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/
H A Dr_flash_lp.c81 static ssp_err_t setup_for_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl, flash_type_t flas…
84 static ssp_err_t flash_setup (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION;
87 static ssp_err_t flash_open_setup (flash_lp_instance_ctrl_t * const p_ctrl, ssp_feature_t *p_s…
93 static ssp_err_t flash_blank_check_initiate ( flash_lp_instance_ctrl_t * const p_ctrl, uint32_…
96 static void flash_operation_complete (flash_lp_instance_ctrl_t * const p_ctrl, ssp_err_t …
99 static ssp_err_t flash_write_initiate (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const…
101 static ssp_err_t flash_fmi_setup (flash_lp_instance_ctrl_t * const p_ctrl, flash_cfg_t const *…
105 static ssp_err_t flash_write_parameter_checking (flash_lp_instance_ctrl_t * const p_ctrl, uint…
108 static ssp_err_t flash_erase_parameter_checking (flash_lp_instance_ctrl_t * const p_ctrl, uint…
111 static ssp_err_t flash_blank_check_parameter_checking (flash_lp_instance_ctrl_t * const p_ctrl
[all …]
H A Dr_flash_lp_private_api.h30 ssp_err_t R_FLASH_LP_Open(flash_ctrl_t * const p_ctrl, flash_cfg_t const * const p_cfg) PLACE_IN_R…
31 ssp_err_t R_FLASH_LP_Write(flash_ctrl_t * const p_ctrl, uint32_t const src_address, uint32_t flash_…
32 ssp_err_t R_FLASH_LP_Read(flash_ctrl_t * const p_ctrl, uint8_t * p_dest_address, uint32_t const fla…
33 ssp_err_t R_FLASH_LP_Erase(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_…
35 ssp_err_t R_FLASH_LP_BlankCheck(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t num_b…
36 ssp_err_t R_FLASH_LP_Close(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION;
37 ssp_err_t R_FLASH_LP_StatusGet(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION;
38 ssp_err_t R_FLASH_LP_AccessWindowSet(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32…
39 ssp_err_t R_FLASH_LP_AccessWindowClear(flash_ctrl_t * const p_ctrl) PLACE_IN_RAM_SECTION;
40 ssp_err_t R_FLASH_LP_IdCodeSet(flash_ctrl_t * const p_ctrl, uint8_t const * const p_id_code, flash_…
[all …]
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_dtc/
H A Dr_dtc.c76 static fsp_err_t r_dtc_prv_enable(dtc_instance_ctrl_t * p_ctrl);
79 static void r_dtc_set_info(dtc_instance_ctrl_t * p_ctrl, transfer_info_t * p_info);
146 dtc_instance_ctrl_t * p_ctrl = (dtc_instance_ctrl_t *) p_api_ctrl; in R_DTC_Open() local
149 FSP_ASSERT(NULL != p_ctrl); in R_DTC_Open()
150 FSP_ERROR_RETURN(p_ctrl->open != DTC_OPEN, FSP_ERR_ALREADY_OPEN); in R_DTC_Open()
170 p_ctrl->irq = irq; in R_DTC_Open()
173 r_dtc_set_info(p_ctrl, p_cfg->p_info); in R_DTC_Open()
176 p_ctrl->open = DTC_OPEN; in R_DTC_Open()
195 dtc_instance_ctrl_t * p_ctrl = (dtc_instance_ctrl_t *) p_api_ctrl; in R_DTC_Reconfigure() local
198 FSP_ASSERT(NULL != p_ctrl); in R_DTC_Reconfigure()
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_flash_lp/hw/target/flash_lp_core/
H A Dhw_dataflash.c52 static void HW_FLASH_LP_write_fpmcr (flash_lp_instance_ctrl_t * const p_ctrl, uint8_t value);
59 void HW_FLASH_LP_dataflash_enable (flash_lp_instance_ctrl_t * const p_ctrl) in HW_FLASH_LP_dataflash_enable() argument
61 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_dataflash_enable()
80 void HW_FLASH_LP_dataflash_enter_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl) in HW_FLASH_LP_dataflash_enter_pe_mode() argument
82 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_dataflash_enter_pe_mode()
89 if (SSP_INVALID_VECTOR != p_ctrl->irq) in HW_FLASH_LP_dataflash_enter_pe_mode()
91 …NVIC_EnableIRQ(p_ctrl->irq); // We are supporting Flash Rdy interrupts for Data Flash op… in HW_FLASH_LP_dataflash_enter_pe_mode()
99 HW_FLASH_LP_write_fpmcr(p_ctrl, DATAFLASH_PE_MODE); in HW_FLASH_LP_dataflash_enter_pe_mode()
103 HW_FLASH_LP_write_fpmcr(p_ctrl, (uint8_t)DATAFLASH_PE_MODE | (uint8_t)LVPE_MODE); in HW_FLASH_LP_dataflash_enter_pe_mode()
116 ssp_err_t HW_FLASH_LP_dataflash_enter_read_mode (flash_lp_instance_ctrl_t * const p_ctrl) in HW_FLASH_LP_dataflash_enter_read_mode() argument
[all …]
H A Dhw_codeflash.c48 static void HW_FLASH_LP_codeflash_write_fpmcr (flash_lp_instance_ctrl_t * const p_ctrl, uint8_t v…
58 void HW_FLASH_LP_codeflash_enter_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl) in HW_FLASH_LP_codeflash_enter_pe_mode() argument
60 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_codeflash_enter_pe_mode()
63 p_ctrl->cache_state = BSP_CACHE_STATE_OFF; in HW_FLASH_LP_codeflash_enter_pe_mode()
64 R_BSP_CacheOff(&p_ctrl->cache_state); in HW_FLASH_LP_codeflash_enter_pe_mode()
66 if (SSP_INVALID_VECTOR != p_ctrl->irq) in HW_FLASH_LP_codeflash_enter_pe_mode()
68 …NVIC_DisableIRQ(p_ctrl->irq); ///< We are not supporting Flash Rdy interrupts for Code F… in HW_FLASH_LP_codeflash_enter_pe_mode()
72 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_1); in HW_FLASH_LP_codeflash_enter_pe_mode()
79 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, DISCHARGE_2); in HW_FLASH_LP_codeflash_enter_pe_mode()
80 HW_FLASH_LP_codeflash_write_fpmcr(p_ctrl, CODEFLASH_PE_MODE); in HW_FLASH_LP_codeflash_enter_pe_mode()
[all …]
H A Dhw_codeflash_extra.c59 ssp_err_t HW_FLASH_LP_set_startup_area_temporary (flash_lp_instance_ctrl_t * const p_ctrl, flash_st… in HW_FLASH_LP_set_startup_area_temporary() argument
62 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_set_startup_area_temporary()
101 ssp_err_t HW_FLASH_LP_access_window_set (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const st… in HW_FLASH_LP_access_window_set() argument
104 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_access_window_set()
116 HW_FLASH_LP_extra_operation(p_ctrl, start_addr_idx, end_addr_idx, FLASH_COMMAND_ACCESSWINDOW); in HW_FLASH_LP_access_window_set()
121 err = HW_FLASH_LP_extra_check(p_ctrl); in HW_FLASH_LP_access_window_set()
144 ssp_err_t HW_FLASH_LP_access_window_clear (flash_lp_instance_ctrl_t * const p_ctrl) in HW_FLASH_LP_access_window_clear() argument
147 R_FACI_Type * p_faci_reg = (R_FACI_Type *) p_ctrl->p_reg; in HW_FLASH_LP_access_window_clear()
154 HW_FLASH_LP_extra_operation(p_ctrl, 0, 0, FLASH_COMMAND_ACCESSWINDOW); in HW_FLASH_LP_access_window_clear()
159 err = HW_FLASH_LP_extra_check(p_ctrl); in HW_FLASH_LP_access_window_clear()
[all …]
H A Dhw_dataflash.h77 void HW_FLASH_LP_dataflash_enable (flash_lp_instance_ctrl_t * const p_ctrl);
79 void HW_FLASH_LP_dataflash_enter_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl);
81 ssp_err_t HW_FLASH_LP_dataflash_enter_read_mode (flash_lp_instance_ctrl_t * const p_ctrl);
83 void HW_FLASH_LP_dataflash_write (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const src_…
88 void HW_FLASH_LP_dataflash_write_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uin…
90 ssp_err_t HW_FLASH_LP_dataflash_write_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t mi…
92 void HW_FLASH_LP_dataflash_erase (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t start_addr…
94 void HW_FLASH_LP_dataflash_erase_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uin…
96 ssp_err_t HW_FLASH_LP_dataflash_erase_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t bl…
98 void HW_FLASH_LP_dataflash_blank_check (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t star…
[all …]
H A Dhw_codeflash.h68 void HW_FLASH_LP_codeflash_enter_pe_mode (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_RA…
71 ssp_err_t HW_FLASH_LP_codeflash_enter_read_mode (flash_lp_instance_ctrl_t * const p_ctrl) PLACE_IN_…
73 void HW_FLASH_LP_codeflash_erase (flash_lp_instance_ctrl_t * const p_ctrl, const uint32_t star…
77 void HW_FLASH_LP_codeflash_erase_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uin…
80 ssp_err_t HW_FLASH_LP_codeflash_erase_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t bl…
82 void HW_FLASH_LP_codeflash_write (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t const src_…
87 void HW_FLASH_LP_codeflash_write_operation (flash_lp_instance_ctrl_t * const p_ctrl, const uin…
91 ssp_err_t HW_FLASH_LP_codeflash_write_monitor (flash_lp_instance_ctrl_t * const p_ctrl, uint32_t mi…
93 ssp_err_t HW_FLASH_LP_codeflash_blank_check (flash_lp_instance_ctrl_t * const p_ctrl, const uint32_…
95 void HW_FLASH_LP_codeflash_blank_check_operation (flash_lp_instance_ctrl_t * const p_ctrl, con…
[all …]
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_ioport/
H A Dr_ioport.c144 fsp_err_t R_IOPORT_Open (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_Open() argument
146 ioport_instance_ctrl_t * p_instance_ctrl = (ioport_instance_ctrl_t *) p_ctrl; in R_IOPORT_Open()
154 FSP_PARAMETER_NOT_USED(p_ctrl); in R_IOPORT_Open()
173 fsp_err_t R_IOPORT_Close (ioport_ctrl_t * const p_ctrl) in R_IOPORT_Close() argument
175 ioport_instance_ctrl_t * p_instance_ctrl = (ioport_instance_ctrl_t *) p_ctrl; in R_IOPORT_Close()
181 FSP_PARAMETER_NOT_USED(p_ctrl); in R_IOPORT_Close()
202 fsp_err_t R_IOPORT_PinsCfg (ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg) in R_IOPORT_PinsCfg() argument
205 ioport_instance_ctrl_t * p_instance_ctrl = (ioport_instance_ctrl_t *) p_ctrl; in R_IOPORT_PinsCfg()
211 FSP_PARAMETER_NOT_USED(p_ctrl); in R_IOPORT_PinsCfg()
231 fsp_err_t R_IOPORT_PinCfg (ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg) in R_IOPORT_PinCfg() argument
[all …]
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_flash_api.h172 ssp_err_t (* open)(flash_ctrl_t * const p_ctrl,
190 ssp_err_t (* write)(flash_ctrl_t * const p_ctrl,
205 ssp_err_t (* read)(flash_ctrl_t * const p_ctrl,
220 ssp_err_t (* erase)(flash_ctrl_t * const p_ctrl,
240 ssp_err_t (* blankCheck)(flash_ctrl_t * const p_ctrl,
253 ssp_err_t (* infoGet)(flash_ctrl_t * const p_ctrl,
263 ssp_err_t (* close)(flash_ctrl_t * const p_ctrl);
272 ssp_err_t (* statusGet)(flash_ctrl_t * const p_ctrl);
283 …ssp_err_t (* accessWindowSet)(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t co…
294 ssp_err_t (* accessWindowClear)(flash_ctrl_t * const p_ctrl);
[all …]
H A Dr_timer_api.h204 ssp_err_t (* open)(timer_ctrl_t * const p_ctrl,
214 ssp_err_t (* stop)(timer_ctrl_t * const p_ctrl);
224 ssp_err_t (* start)(timer_ctrl_t * const p_ctrl);
233 ssp_err_t (* reset)(timer_ctrl_t * const p_ctrl);
243 ssp_err_t (* counterGet)(timer_ctrl_t * const p_ctrl,
257 ssp_err_t (* periodSet)(timer_ctrl_t * const p_ctrl,
269 ssp_err_t (* dutyCycleSet)(timer_ctrl_t * const p_ctrl,
282 ssp_err_t (* infoGet)(timer_ctrl_t * const p_ctrl,
292 ssp_err_t (* close)(timer_ctrl_t * const p_ctrl);
307 timer_ctrl_t * p_ctrl; ///< Pointer to the control structure for this instance member
H A Dr_transfer_api.h285 ssp_err_t (* open)(transfer_ctrl_t * const p_ctrl,
301 ssp_err_t (* reset)(transfer_ctrl_t * const p_ctrl,
314 ssp_err_t (* enable) (transfer_ctrl_t * const p_ctrl);
327 ssp_err_t (* disable)(transfer_ctrl_t * const p_ctrl);
340 ssp_err_t (* start)(transfer_ctrl_t * const p_ctrl,
353 ssp_err_t (* stop)(transfer_ctrl_t * const p_ctrl);
363 ssp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl,
372 ssp_err_t (* close)(transfer_ctrl_t * const p_ctrl);
397 ssp_err_t (* blockReset)(transfer_ctrl_t * const p_ctrl,
408 transfer_ctrl_t * p_ctrl; ///< Pointer to the control structure for this instance member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_flash_api.h169 fsp_err_t (* open)(flash_ctrl_t * const p_ctrl, flash_cfg_t const * const p_cfg);
186 …fsp_err_t (* write)(flash_ctrl_t * const p_ctrl, uint32_t const src_address, uint32_t const flash_…
199 …fsp_err_t (* erase)(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_blocks…
217 …fsp_err_t (* blankCheck)(flash_ctrl_t * const p_ctrl, uint32_t const address, uint32_t const num_b…
228 fsp_err_t (* infoGet)(flash_ctrl_t * const p_ctrl, flash_info_t * const p_info);
237 fsp_err_t (* close)(flash_ctrl_t * const p_ctrl);
247 fsp_err_t (* statusGet)(flash_ctrl_t * const p_ctrl, flash_status_t * const p_status);
259 …fsp_err_t (* accessWindowSet)(flash_ctrl_t * const p_ctrl, uint32_t const start_addr, uint32_t con…
270 fsp_err_t (* accessWindowClear)(flash_ctrl_t * const p_ctrl);
291 …fsp_err_t (* idCodeSet)(flash_ctrl_t * const p_ctrl, uint8_t const * const p_id_bytes, flash_id_co…
[all …]
H A Dr_ioport_api.h256 fsp_err_t (* open)(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg);
264 fsp_err_t (* close)(ioport_ctrl_t * const p_ctrl);
271 fsp_err_t (* pinsCfg)(ioport_ctrl_t * const p_ctrl, const ioport_cfg_t * p_cfg);
279 fsp_err_t (* pinCfg)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, uint32_t cfg);
287 …fsp_err_t (* pinEventInputRead)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_…
295 …fsp_err_t (* pinEventOutputWrite)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_leve…
303 … fsp_err_t (* pinEthernetModeCfg)(ioport_ctrl_t * const p_ctrl, ioport_ethernet_channel_t channel,
312 …fsp_err_t (* pinRead)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t * p_pin_…
320 … fsp_err_t (* pinWrite)(ioport_ctrl_t * const p_ctrl, bsp_io_port_pin_t pin, bsp_io_level_t level);
329 …fsp_err_t (* portDirectionSet)(ioport_ctrl_t * const p_ctrl, bsp_io_port_t port, ioport_size_t dir…
[all …]
H A Dr_timer_api.h201 fsp_err_t (* open)(timer_ctrl_t * const p_ctrl, timer_cfg_t const * const p_cfg);
210 fsp_err_t (* start)(timer_ctrl_t * const p_ctrl);
219 fsp_err_t (* stop)(timer_ctrl_t * const p_ctrl);
228 fsp_err_t (* reset)(timer_ctrl_t * const p_ctrl);
237 fsp_err_t (* enable)(timer_ctrl_t * const p_ctrl);
246 fsp_err_t (* disable)(timer_ctrl_t * const p_ctrl);
259 fsp_err_t (* periodSet)(timer_ctrl_t * const p_ctrl, uint32_t const period);
272 …fsp_err_t (* dutyCycleSet)(timer_ctrl_t * const p_ctrl, uint32_t const duty_cycle_counts, uint32_t…
282 fsp_err_t (* infoGet)(timer_ctrl_t * const p_ctrl, timer_info_t * const p_info);
292 fsp_err_t (* statusGet)(timer_ctrl_t * const p_ctrl, timer_status_t * const p_status);
[all …]
H A Dr_transfer_api.h296 fsp_err_t (* open)(transfer_ctrl_t * const p_ctrl, transfer_cfg_t const * const p_cfg);
307 fsp_err_t (* reconfigure)(transfer_ctrl_t * const p_ctrl, transfer_info_t * p_info);
322 fsp_err_t (* reset)(transfer_ctrl_t * const p_ctrl, void const * p_src, void * p_dest,
333 fsp_err_t (* enable)(transfer_ctrl_t * const p_ctrl);
345 fsp_err_t (* disable)(transfer_ctrl_t * const p_ctrl);
356 fsp_err_t (* softwareStart)(transfer_ctrl_t * const p_ctrl, transfer_start_mode_t mode);
367 fsp_err_t (* softwareStop)(transfer_ctrl_t * const p_ctrl);
377 … fsp_err_t (* infoGet)(transfer_ctrl_t * const p_ctrl, transfer_properties_t * const p_properties);
385 fsp_err_t (* close)(transfer_ctrl_t * const p_ctrl);
391 transfer_ctrl_t * p_ctrl; ///< Pointer to the control structure for this instance member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/instances/
H A Dr_gpt.h412 fsp_err_t R_GPT_Open(timer_ctrl_t * const p_ctrl, timer_cfg_t const * const p_cfg);
413 fsp_err_t R_GPT_Stop(timer_ctrl_t * const p_ctrl);
414 fsp_err_t R_GPT_Start(timer_ctrl_t * const p_ctrl);
415 fsp_err_t R_GPT_Reset(timer_ctrl_t * const p_ctrl);
416 fsp_err_t R_GPT_Enable(timer_ctrl_t * const p_ctrl);
417 fsp_err_t R_GPT_Disable(timer_ctrl_t * const p_ctrl);
418 fsp_err_t R_GPT_PeriodSet(timer_ctrl_t * const p_ctrl, uint32_t const period_counts);
419 fsp_err_t R_GPT_DutyCycleSet(timer_ctrl_t * const p_ctrl, uint32_t const duty_cycle_counts, uint32_…
420 fsp_err_t R_GPT_InfoGet(timer_ctrl_t * const p_ctrl, timer_info_t * const p_info);
421 fsp_err_t R_GPT_StatusGet(timer_ctrl_t * const p_ctrl, timer_status_t * const p_status);
[all …]

12