Home
last modified time | relevance | path

Searched full:hog (Results 1 – 25 of 58) sorted by relevance

123

/Zephyr-latest/dts/bindings/gpio/
Dgpio-controller.yaml46 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/
Dmr_canhubk3.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Ducans32k1sic.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Dmec172xevb_assy6906.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Dnative_sim.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Dnrf52840dk_nrf52840.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Dnrf52_bsim.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Dnrf54l15bsim_nrf54l15_cpuapp.overlay19 gpio-hog;
25 gpio-hog;
31 gpio-hog;
Ds32z2xxdc2_s32z270_rtu0.overlay21 gpio-hog;
27 gpio-hog;
33 gpio-hog;
Ds32z2xxdc2_s32z270_rtu1.overlay21 gpio-hog;
27 gpio-hog;
33 gpio-hog;
Dfrdm_k64f.overlay19 gpio-hog;
25 gpio-hog;
33 gpio-hog;
Dnucleo_g474re.overlay19 gpio-hog;
25 gpio-hog;
33 gpio-hog;
/Zephyr-latest/drivers/gpio/
Dgpio_hogs.c41 /* 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/
Dgpio.h191 * 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/
Dmain.c37 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/
Dprj.conf10 CONFIG_BT_DEVICE_NAME="Test HoG mouse"
/Zephyr-latest/boards/google/dragonclaw/
Dgoogle_dragonclaw.dts107 gpio-hog;
114 gpio-hog;
122 gpio-hog;
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dhog.h2 * @brief HoG Service sample
/Zephyr-latest/samples/net/cellular_modem/boards/
Db_u585i_iot02a.overlay10 gpio-hog;
/Zephyr-latest/boards/adafruit/qt_py_rp2040/
Dadafruit_qt_py_rp2040.dts75 gpio-hog;
124 * Need to put this on PIO1 as having this on PIO0 causes the GPIO hog to
/Zephyr-latest/lib/os/
Duser_work.c35 /* 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/
Dslstk3400a.dts68 gpio-hog;
/Zephyr-latest/boards/m5stack/m5stack_core2/
Dm5stack_core2_procpu.dts176 gpio-hog;
183 gpio-hog;
/Zephyr-latest/boards/witte/linum/
Dlinum.dts62 gpio-hog;
72 gpio-hog;
85 gpio-hog;
/Zephyr-latest/boards/silabs/starter_kits/efm32wg_stk3800/
Defm32wg_stk3800.dts79 gpio-hog;

123