Home
last modified time | relevance | path

Searched full:nint (Results 1 – 14 of 14) sorted by relevance

/Zephyr-latest/dts/bindings/mfd/
Dadi,adp5585.yaml15 nint-gpios:
18 Connection for the NINT signal. This signal is active-low when
Dnordic,npm6001.yaml18 nordic,nint-high-drive:
20 description: Set drive strength to high for NINT pin.
/Zephyr-latest/dts/bindings/gpio/
Dsemtech,sx1509b.yaml18 nint-gpios:
21 Connection for the NINT signal. This signal is active-low when
Dti,tca9538.yaml21 nint-gpios:
24 Connection for the NINT signal. This signal is active-low when
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/boards/
Dparticle_xenon.overlay30 nint-gpios =<&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
/Zephyr-latest/tests/drivers/gpio/gpio_basic_api/boards/
Dparticle_xenon.overlay30 nint-gpios =<&gpio1 1 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
/Zephyr-latest/dts/bindings/can/
Dti,tcan4x5x.yaml60 GPIO connected to the TCAN4x5x nINT interrupt output. This signal is open-drain, active low.
/Zephyr-latest/drivers/can/
Dcan_tcan4x5x.c616 LOG_ERR("nINT GPIO not ready"); in tcan4x5x_init()
622 LOG_ERR("failed to configure nINT GPIO (err %d)", err); in tcan4x5x_init()
631 LOG_ERR("failed to add nINT GPIO callback (err %d)", err); in tcan4x5x_init()
635 /* Initialize nINT GPIO callback and interrupt handler thread to ACK any early SPIERR */ in tcan4x5x_init()
638 LOG_ERR("failed to configure nINT GPIO interrupt (err %d)", err); in tcan4x5x_init()
/Zephyr-latest/drivers/mfd/
Dmfd_adp5585.c121 LOG_WRN("%s: nint pin not configured", dev->name); in mfd_adp5585_init()
/Zephyr-latest/boards/shields/tcan4550evm/doc/
Dindex.rst42 | D9 | nINT |
/Zephyr-latest/boards/ezurio/bt610/
Dbt610.dts195 nint-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
/Zephyr-latest/boards/ezurio/bl5340_dvk/
Dbl5340_dvk_nrf5340_cpuapp_common.dtsi220 nint-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>;
/Zephyr-latest/cmake/linker/armlink/
Dscatter_script.cmake430 file(APPEND ${STEERING_C} "\nint __armlink_symbol_steering(void) {\n")
/Zephyr-latest/tests/drivers/build_all/gpio/
Dapp.overlay141 nint-gpios = <&test_gpio 0 0>;