Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/can/
Dcan_stm32_bxcan.c584 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()
Dcan_handlers.c137 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()
Dcan_loopback.c361 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()
Dcan_native_linux.c395 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()
Dcan_sja1000.c555 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()
Dcan_mcp2515.c313 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()
Dcan_xmc4xxx.c508 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()
Dcan_rcar.c1146 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()
Dcan_nxp_s32_canxl.c341 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()
Dcan_mcan.c1048 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()
Dcan_mcux_flexcan.c129 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()
Dcan_mcp251xfd.c730 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/
Dcan.h510 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/
Dcan_sja1000.h261 int can_sja1000_get_max_filters(const struct device *dev, bool ide);
Dcan_mcan.h1663 int can_mcan_get_max_filters(const struct device *dev, bool ide);
/Zephyr-Core-3.7.0/tests/drivers/can/api/src/
Dclassic.c685 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/
Dindex.rst247 …https://www.nxp.com/downloads/en/ide-debug-compile-build-tools/OpenSDAv2.2_DAPLink_frdmkl25z_rev02…
/Zephyr-Core-3.7.0/cmake/modules/
Dkernel.cmake248 include(${ZEPHYR_BASE}/cmake/ide/eclipse_cdt4_generator_amendment.cmake)
/Zephyr-Core-3.7.0/doc/develop/debug/
Dindex.rst364 .. _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/
Dhost-tools.rst518 …https://www.nxp.com/design/software/development-software/s32-design-studio-ide/s32-design-studio-f…