Home
last modified time | relevance | path

Searched defs:p_dest (Results 1 – 7 of 7) sorted by relevance

/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_ioport/hw/
H A Dhw_ioport_private.h228 volatile uint32_t * p_dest; in HW_IOPORT_PortWriteWithPCNTR3() local
248 volatile uint32_t * p_dest; in HW_IOPORT_PortEventInputDataRead() local
282 volatile uint32_t * p_dest; in HW_IOPORT_PortEventOutputDataWrite() local
307 volatile uint32_t * p_dest; in HW_IOPORT_PinEventOutputDataWrite() local
348 volatile uint32_t * p_dest; in HW_IOPORT_PortOutputDataRead() local
396 volatile uint32_t * p_dest; in HW_IOPORT_PortRead() local
420 volatile uint32_t * p_dest; in HW_IOPORT_PortDirectionRead() local
473 volatile uint32_t * p_dest; in HW_IOPORT_PortDirectionSet() local
575 volatile uint32_t * p_dest; in HW_IOPORT_PFSRead() local
592 volatile uint32_t * p_dest; in HW_IOPORT_PFSWrite() local
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_dtc/
H A Dr_dtc.c254 void * volatile p_dest, in R_DTC_Reset()
571 void * volatile p_dest, in R_DTC_BlockReset()
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_dtc/
H A Dr_dtc.c235 void * volatile p_dest, in R_DTC_Reset()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/inc/driver/api/
H A Dr_transfer_api.h216 void * volatile p_dest; ///< Destination pointer member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/inc/api/
H A Dr_transfer_api.h253 void * volatile p_dest; ///< Destination pointer member
/btstack/port/renesas-ek-ra6m4a-da14531/e2-project/ra/fsp/src/r_sci_uart/
H A Dr_sci_uart.c529 fsp_err_t R_SCI_UART_Read (uart_ctrl_t * const p_api_ctrl, uint8_t * const p_dest, uint32_t const b… in R_SCI_UART_Read()
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/synergy/ssp/src/driver/r_sci_uart/
H A Dr_sci_uart.c495 uint8_t const * const p_dest, in R_SCI_UartRead()