/Zephyr-Core-3.7.0/drivers/can/ |
D | can_stm32_bxcan.c | 584 static int can_stm32_get_max_filters(const struct device *dev, bool ide) in can_stm32_get_max_filters() argument 588 if (ide) { in can_stm32_get_max_filters() 852 bool ide, uint32_t id, uint32_t mask) in can_stm32_set_filter_bank() argument 854 if (ide) { in can_stm32_set_filter_bank() 1004 bool ide; in can_stm32_remove_rx_filter() local 1022 ide = true; in can_stm32_remove_rx_filter() 1032 ide = false; in can_stm32_remove_rx_filter() 1048 LOG_DBG("Removing filter_id %d, ide %d", filter_id, ide); in can_stm32_remove_rx_filter() 1053 ide, 0, 0xFFFFFFFF); in can_stm32_remove_rx_filter()
|
D | can_handlers.c | 137 static inline int z_vrfy_can_get_max_filters(const struct device *dev, bool ide) in z_vrfy_can_get_max_filters() argument 142 return z_impl_can_get_max_filters(dev, ide); in z_vrfy_can_get_max_filters()
|
D | can_loopback.c | 361 static int can_loopback_get_max_filters(const struct device *dev, bool ide) in can_loopback_get_max_filters() argument 363 ARG_UNUSED(ide); in can_loopback_get_max_filters()
|
D | can_native_linux.c | 395 static int can_native_linux_get_max_filters(const struct device *dev, bool ide) in can_native_linux_get_max_filters() argument 397 ARG_UNUSED(ide); in can_native_linux_get_max_filters()
|
D | can_sja1000.c | 555 int can_sja1000_get_max_filters(const struct device *dev, bool ide) in can_sja1000_get_max_filters() argument 558 ARG_UNUSED(ide); in can_sja1000_get_max_filters()
|
D | can_mcp2515.c | 313 static int mcp2515_get_max_filters(const struct device *dev, bool ide) in mcp2515_get_max_filters() argument 315 ARG_UNUSED(ide); in mcp2515_get_max_filters()
|
D | can_xmc4xxx.c | 508 static int can_xmc4xxx_get_max_filters(const struct device *dev, bool ide) in can_xmc4xxx_get_max_filters() argument 510 ARG_UNUSED(ide); in can_xmc4xxx_get_max_filters()
|
D | can_rcar.c | 1146 static int can_rcar_get_max_filters(const struct device *dev, bool ide) in can_rcar_get_max_filters() argument 1148 ARG_UNUSED(ide); in can_rcar_get_max_filters()
|
D | can_nxp_s32_canxl.c | 341 static int can_nxp_s32_get_max_filters(const struct device *dev, bool ide) in can_nxp_s32_get_max_filters() argument 343 ARG_UNUSED(ide); in can_nxp_s32_get_max_filters()
|
D | can_mcan.c | 1048 int can_mcan_get_max_filters(const struct device *dev, bool ide) in can_mcan_get_max_filters() argument 1053 if (ide) { in can_mcan_get_max_filters()
|
D | can_mcux_flexcan.c | 129 static int mcux_flexcan_get_max_filters(const struct device *dev, bool ide) in mcux_flexcan_get_max_filters() argument 131 ARG_UNUSED(ide); in mcux_flexcan_get_max_filters()
|
D | can_mcp251xfd.c | 730 static int mcp251xfd_get_max_filters(const struct device *dev, bool ide) in mcp251xfd_get_max_filters() argument 732 ARG_UNUSED(ide); in mcp251xfd_get_max_filters()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/ |
D | can.h | 510 typedef int (*can_get_max_filters_t)(const struct device *dev, bool ide); 1444 __syscall int can_get_max_filters(const struct device *dev, bool ide); 1446 static inline int z_impl_can_get_max_filters(const struct device *dev, bool ide) in z_impl_can_get_max_filters() argument 1454 return api->get_max_filters(dev, ide); in z_impl_can_get_max_filters()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/can/ |
D | can_sja1000.h | 261 int can_sja1000_get_max_filters(const struct device *dev, bool ide);
|
D | can_mcan.h | 1663 int can_mcan_get_max_filters(const struct device *dev, bool ide);
|
/Zephyr-Core-3.7.0/tests/drivers/can/api/src/ |
D | classic.c | 685 static void add_remove_max_filters(bool ide) in add_remove_max_filters() argument 687 uint32_t id_mask = ide ? CAN_EXT_ID_MASK : CAN_STD_ID_MASK; in add_remove_max_filters() 689 .flags = (ide ? CAN_FILTER_IDE : 0), in add_remove_max_filters() 697 max = can_get_max_filters(can_dev, ide); in add_remove_max_filters()
|
/Zephyr-Core-3.7.0/boards/nxp/frdm_kl25z/doc/ |
D | index.rst | 247 …https://www.nxp.com/downloads/en/ide-debug-compile-build-tools/OpenSDAv2.2_DAPLink_frdmkl25z_rev02…
|
/Zephyr-Core-3.7.0/cmake/modules/ |
D | kernel.cmake | 248 include(${ZEPHYR_BASE}/cmake/ide/eclipse_cdt4_generator_amendment.cmake)
|
/Zephyr-Core-3.7.0/doc/develop/debug/ |
D | index.rst | 364 .. _Eclipse IDE for C/C++ Developers: https://www.eclipse.org/downloads/packages/eclipse-ide-cc-dev…
|
/Zephyr-Core-3.7.0/doc/develop/flash_debug/ |
D | host-tools.rst | 518 …https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-f…
|