Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/can/
Dcan_stm32_fdcan.c88 #define CAN_STM32FD_IE_RF0NE BIT(0) macro
329 *val |= FIELD_PREP(CAN_MCAN_IE_RF0NE, FIELD_GET(CAN_STM32FD_IE_RF0NE, bits)); in can_stm32fd_read_reg()
420 bits |= FIELD_PREP(CAN_STM32FD_IE_RF0NE, FIELD_GET(CAN_MCAN_IE_RF0NE, val)); in can_stm32fd_write_reg()