mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 06:11:57 +00:00
The base_address in the device configuration is used as a handle to access an entity in memory. In C, we call that a 'pointer'. Also in C, (versus, say, PL/M) we name these pointer things after what they point not ('regs') not what they are ('base address'). Thus, we change the member to a pointer type and change its name. This makes it compile cleanly regardless of machine pointer size, while also cutting down on a bunch of casting noise. Signed-off-by: Charles E. Youse <charles.youse@intel.com> |
||
---|---|---|
.. | ||
slave | ||
CMakeLists.txt | ||
i2c_bitbang.c | ||
i2c_bitbang.h | ||
i2c_cc13xx_cc26xx.c | ||
i2c_cc32xx.c | ||
i2c_dw_port_x.h | ||
i2c_dw_registers.h | ||
i2c_dw.c | ||
i2c_dw.h | ||
i2c_esp32.c | ||
i2c_gecko.c | ||
i2c_gpio.c | ||
i2c_handlers.c | ||
i2c_imx.c | ||
i2c_ll_stm32_v1.c | ||
i2c_ll_stm32_v2.c | ||
i2c_ll_stm32.c | ||
i2c_ll_stm32.h | ||
i2c_mchp_xec.c | ||
i2c_mcux_lpi2c.c | ||
i2c_mcux.c | ||
i2c_nios2.c | ||
i2c_nrfx_twi.c | ||
i2c_nrfx_twim.c | ||
i2c_rv32m1_lpi2c.c | ||
i2c_sam_twi.c | ||
i2c_sam_twihs.c | ||
i2c_sam0.c | ||
i2c_sbcon.c | ||
i2c_sifive.c | ||
i2c-priv.h | ||
Kconfig | ||
Kconfig.cc13xx_cc26xx | ||
Kconfig.dw | ||
Kconfig.esp32 | ||
Kconfig.gpio | ||
Kconfig.nrfx | ||
Kconfig.sam0 | ||
Kconfig.sbcon | ||
Kconfig.sifive | ||
Kconfig.stm32 | ||
Kconfig.xec |