Searched full:hog (Results 1 – 25 of 58) sorted by relevance
123
/Zephyr-latest/dts/bindings/gpio/ |
D | gpio-controller.yaml | 46 Optional GPIO hog configuration. 48 Each GPIO controller may contain GPIO hog definitions. GPIO hogging is a mechanism for 52 Each GPIO hog is represented as a child node of the GPIO controller. 56 mux-hog { 57 gpio-hog; 64 test-hog { 65 gpio-hog; 73 gpio-hog: 77 Conveys this node is a GPIO hog.
|
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/boards/ |
D | mr_canhubk3.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | ucans32k1sic.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | mec172xevb_assy6906.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | native_sim.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | nrf52840dk_nrf52840.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | nrf52_bsim.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | nrf54l15bsim_nrf54l15_cpuapp.overlay | 19 gpio-hog; 25 gpio-hog; 31 gpio-hog;
|
D | s32z2xxdc2_s32z270_rtu0.overlay | 21 gpio-hog; 27 gpio-hog; 33 gpio-hog;
|
D | s32z2xxdc2_s32z270_rtu1.overlay | 21 gpio-hog; 27 gpio-hog; 33 gpio-hog;
|
D | frdm_k64f.overlay | 19 gpio-hog; 25 gpio-hog; 33 gpio-hog;
|
D | nucleo_g474re.overlay | 19 gpio-hog; 25 gpio-hog; 33 gpio-hog;
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_hogs.c | 41 /* Expands to 1 if node_id is a GPIO hog, empty otherwise */ 45 /* Expands to 1 if GPIO controller node_id has GPIO hog children, 0 otherwise */ 52 /* Called for GPIO hog indexes */ 56 /* Called for GPIO hog dts nodes */ 66 /* Called for each GPIO controller dts node which has GPIO hog children */ 115 LOG_ERR("failed to configure GPIO hog for port %s pin %u (err %d)", in gpio_hogs_init()
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | gpio.h | 191 * gpio-hog; 197 * gpio-hog; 214 * @param node_id node identifier; may or may not be a GPIO hog node. 222 * @brief Get a GPIO hog specifier's pin cell at an index 234 * gpio-hog; 240 * gpio-hog; 266 * @brief Get a GPIO hog specifier's flags cell at an index 279 * gpio-hog; 285 * gpio-hog;
|
/Zephyr-latest/tests/drivers/gpio/gpio_hogs/src/ |
D | main.c | 37 zassert_equal(err, 1, "GPIO hog %s pin %d not configured as %s", in assert_gpio_hog_direction() 71 zassert_equal(err, 0, "failed to get config for GPIO hog %s, pin %d (err %d)", in assert_gpio_hog_config() 74 "GPIO hog %s, pin %d flags not set (0x%08x vs. 0x%08x)", in assert_gpio_hog_config()
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/ |
D | prj.conf | 10 CONFIG_BT_DEVICE_NAME="Test HoG mouse"
|
/Zephyr-latest/boards/google/dragonclaw/ |
D | google_dragonclaw.dts | 107 gpio-hog; 114 gpio-hog; 122 gpio-hog;
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | hog.h | 2 * @brief HoG Service sample
|
/Zephyr-latest/samples/net/cellular_modem/boards/ |
D | b_u585i_iot02a.overlay | 10 gpio-hog;
|
/Zephyr-latest/boards/adafruit/qt_py_rp2040/ |
D | adafruit_qt_py_rp2040.dts | 75 gpio-hog; 124 * Need to put this on PIO1 as having this on PIO0 causes the GPIO hog to
|
/Zephyr-latest/lib/os/ |
D | user_work.c | 35 /* Make sure we don't hog up the CPU if the FIFO never (or in z_work_user_q_main()
|
/Zephyr-latest/boards/silabs/starter_kits/slstk3400a/ |
D | slstk3400a.dts | 68 gpio-hog;
|
/Zephyr-latest/boards/m5stack/m5stack_core2/ |
D | m5stack_core2_procpu.dts | 176 gpio-hog; 183 gpio-hog;
|
/Zephyr-latest/boards/witte/linum/ |
D | linum.dts | 62 gpio-hog; 72 gpio-hog; 85 gpio-hog;
|
/Zephyr-latest/boards/silabs/starter_kits/efm32wg_stk3800/ |
D | efm32wg_stk3800.dts | 79 gpio-hog;
|
123