Searched refs:pointer (Results 1 – 9 of 9) sorted by relevance
/hal_infineon-3.4.0/wifi-host-driver/WiFi_Host_Driver/src/include/ |
D | whd_types_int.h | 141 #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/ |
D | README.md | 14 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/ |
D | README.md | 15 …pointer 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…
|
D | RELEASE.md | 67 …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/ |
D | xmc_ebu.h | 93 # error 'EBU' base peripheral pointer not defined
|
D | xmc_sdmmc.h | 137 # error 'SDMMC' base peripheral pointer not defined
|
/hal_infineon-3.4.0/XMCLib/devices/XMC4500/Source/ARM/ |
D | startup_XMC4500.s | 41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary
|
D | startup_XMC4502.s | 41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary
|
D | startup_XMC4504.s | 41 ; V1.30, August 2013, Fix the bug of stack pointer alignment to a 8 byte boundary
|