Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_tcan4x5x.c195 #define CAN_TCAN4X5X_MRAM_BASE 0x8000 macro
362 return tcan4x5x_read(dev, CAN_TCAN4X5X_MRAM_BASE + offset, dst, len); in tcan4x5x_read_mcan_mram()
368 return tcan4x5x_write(dev, CAN_TCAN4X5X_MRAM_BASE + offset, src, len); in tcan4x5x_write_mcan_mram()
697 err = can_mcan_configure_mram(dev, CAN_TCAN4X5X_MRAM_BASE, CAN_TCAN4X5X_MRAM_BASE); in tcan4x5x_init()