Searched full:m_can (Results 1 – 25 of 37) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/can/ |
D | can_mcan.h | 20 * The Bosch M_CAN register definitions correspond to those found in the Bosch M_CAN Controller Area 402 * These match the description of the cells in the bosch,m_can-base devicetree binding. 428 * @brief Get the Bosch M_CAN Message RAM offset 437 * @brief Get the number of standard (11-bit) filter elements in Bosch M_CAN Message RAM 446 * @brief Get the number of extended (29-bit) filter elements in Bosch M_CAN Message RAM 455 * @brief Get the number of Rx FIFO 0 elements in Bosch M_CAN Message RAM 464 * @brief Get the number of Rx FIFO 1 elements in Bosch M_CAN Message RAM 473 * @brief Get the number of Rx Buffer elements in Bosch M_CAN Message RAM 482 * @brief Get the number of Tx Event FIFO elements in Bosch M_CAN Message RAM 491 * @brief Get the number of Tx Buffer elements in Bosch M_CAN Message RAM [all …]
|
/Zephyr-latest/drivers/can/ |
D | Kconfig.mcan | 1 # Bosch M_CAN configuration options 9 Enable the Bosch M_CAN CAN IP module driver backend.
|
D | Kconfig.numaker | 14 Enables Nuvoton NuMaker CAN FD driver, using Bosch M_CAN
|
D | can_numaker.c | 28 * 1. Use Bosch M_CAN driver (m_can) as backend
|
D | can_tcan4x5x.c | 191 /* Bosch M_CAN registers base address */ 194 /* Bosch M_CAN Message RAM base address and size */ 706 /* Initialize M_CAN */ in tcan4x5x_init()
|
D | can_stm32_fdcan.c | 28 * This controller uses a Bosch M_CAN like register layout, but some registers are unimplemented,
|
/Zephyr-latest/dts/bindings/can/ |
D | bosch,m_can-base.yaml | 1 description: Bosch M_CAN CAN FD controller base 10 Bosch M_CAN message RAM configuration. The cells in the array have the following format: 19 The Bosch M_CAN IP supports the following elements:
|
D | atmel,sam0-can.yaml | 1 description: Specialization of Bosch m_can CAN FD controller for Atmel SAM0 6 - name: bosch,m_can-base.yaml
|
D | nuvoton,numaker-canfd.yaml | 4 description: Nuvoton NuMaker CAN FD controller, using Bosch M_CAN IP 8 include: ["bosch,m_can-base.yaml", reset-device.yaml, pinctrl-device.yaml]
|
D | atmel,sam-can.yaml | 1 description: Specialization of Bosch m_can CAN FD controller for Atmel SAM 6 - name: bosch,m_can-base.yaml
|
D | nxp,lpc-mcan.yaml | 5 include: ["bosch,m_can-base.yaml", pinctrl-device.yaml, "reset-device.yaml"]
|
D | nordic,nrf-can.yaml | 11 - bosch,m_can-base.yaml
|
D | st,stm32-fdcan.yaml | 5 include: ["bosch,m_can-base.yaml", "pinctrl-device.yaml"]
|
D | st,stm32h7-fdcan.yaml | 5 include: ["bosch,m_can-base.yaml", "pinctrl-device.yaml"]
|
D | ti,tcan4x5x.yaml | 29 include: ["bosch,m_can-base.yaml", "spi-device.yaml"]
|
/Zephyr-latest/soc/nordic/common/ |
D | nrf54hx_nrf92x_mpu_regions.c | 15 DT_REG_SIZE_BY_NAME(DT_NODELABEL(can120), m_can) 19 DT_REG_SIZE_BY_NAME(DT_NODELABEL(can121), m_can)
|
/Zephyr-latest/dts/arm/st/g0/ |
D | stm32g0b1.dtsi | 38 reg-names = "m_can", "message_ram"; 49 reg-names = "m_can", "message_ram";
|
/Zephyr-latest/dts/arm/st/g4/ |
D | stm32g491.dtsi | 16 reg-names = "m_can", "message_ram";
|
D | stm32g473.dtsi | 103 reg-names = "m_can", "message_ram";
|
/Zephyr-latest/dts/arm/nuvoton/ |
D | m46x.dtsi | 443 reg-names = "m_can", "message_ram"; 457 reg-names = "m_can", "message_ram"; 471 reg-names = "m_can", "message_ram"; 485 reg-names = "m_can", "message_ram";
|
D | m2l31x.dtsi | 367 reg-names = "m_can", "message_ram"; 381 reg-names = "m_can", "message_ram";
|
/Zephyr-latest/dts/arm/atmel/ |
D | same70.dtsi | 443 reg-names = "m_can", "dma_base"; 455 reg-names = "m_can", "dma_base";
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h723.dtsi | 123 reg-names = "m_can", "message_ram";
|
/Zephyr-latest/dts/arm/st/h5/ |
D | stm32h562.dtsi | 470 reg-names = "m_can", "message_ram";
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf9280.dtsi | 440 reg-names = "wrapper", "m_can", "message_ram"; 450 reg-names = "wrapper", "m_can", "message_ram";
|
12