Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 9 of 9) sorted by relevance

/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/
Dwhd_types_int.h141 #define WHD_WRITE_16(pointer, value) (*( (uint16_t *)pointer ) = value) argument
142 #define WHD_WRITE_32(pointer, value) (*( (uint32_t *)pointer ) = value) argument
143 #define WHD_READ_16(pointer) *( (uint16_t *)pointer ) argument
144 #define WHD_READ_32(pointer) *( (uint32_t *)pointer ) argument
/hal_infineon-3.4.0/abstraction-rtos/
DREADME.md14 5. If you don't need it anymore, free up the pointer with the appropriate de-init function (e.g. cy…
16 NOTE: All these functions need a pointer, so it is generally best to declare these "shared" resourc…
/hal_infineon-3.4.0/mtb-hal-cat1/
DREADME.md15pointer to an instance of a driver-specific type (for example, `cyhal_uart_t`). This instance must…
17 Many `_init` functions also have an argument for a pointer to a `cyhal_clock_t` instance. This is a…
DRELEASE.md67 …2. cyhal_qspi_init() now takes io[x] and ssel pins as pointer to cyhal_qspi_slave_pin_config_t str…
/hal_infineon-3.4.0/XMCLib/drivers/inc/
Dxmc_ebu.h93 # error 'EBU' base peripheral pointer not defined
Dxmc_sdmmc.h137 # error 'SDMMC' base peripheral pointer not defined
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/ARM/
Dstartup_XMC4500.s41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary
Dstartup_XMC4502.s41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary
Dstartup_XMC4504.s41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary