Searched full:lcu (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/dts/bindings/sensor/ |
D | nxp,s32-qdec.yaml | 6 with the cooperation of S32 IP blocks- eMIOS, TRGMUX and LCU. 12 lcu output filters are set to capture maximum speed sensitivity and avoid channel noise. 26 lcu = <&lcu1>; 27 lcu-input-idx = <1>; 30 lcu-mux-sel = 33 lcu-output-filter-config = 34 /* LCU Out HW ID, Rise Filter, Fall Filter */ 35 <0 5 5>, /* LCU O0 */ 36 <1 5 5>, /* LCU O1 */ 37 <2 2 2>, /* LCU O2 */ [all …]
|
/Zephyr-latest/dts/bindings/misc/ |
D | nxp,s32-lcu.yaml | 6 LCU selects multiple inputs from timers, Pulse Width Modulation 10 compatible: "nxp,s32-lcu"
|
/Zephyr-latest/drivers/sensor/nxp/qdec_nxp_s32/ |
D | qdec_nxp_s32.c | 23 /* LCU LUT control values for each of the 4 LC outputs */ 148 LOG_ERR("Could not initialize Lcu"); in qdec_s32_initialize() 152 /* Unmask relevant LCU OUT Channels */ in qdec_s32_initialize() 235 /* LCU Logic Input Configuration */ 245 .HwInstId = LCU_NXP_S32_GET_INSTANCE(DT_INST_PHANDLE(n, lcu)), \ 251 /* LCU Logic Output Configuration */ 270 .HwInstId = LCU_NXP_S32_GET_INSTANCE(DT_INST_PHANDLE(n, lcu)), \ 352 .HwInstId = LCU_NXP_S32_GET_INSTANCE(DT_INST_PHANDLE(n, lcu)), \
|
/Zephyr-latest/boards/nxp/mr_canhubk3/ |
D | mr_canhubk3.dts | 120 lcu = <&lcu1>; 121 lcu-input-idx = 124 lcu-mux-sel = 127 lcu-output-filter-config = 128 /* LCU Out HW ID, Rise Filter, Fall Filter */ 129 <0 5 5>, /* LCU O0 */ 130 <1 5 5>, /* LCU O1 */ 131 <2 2 2>, /* LCU O2 */ 132 <3 2 2>; /* LCU O3 */
|
/Zephyr-latest/include/zephyr/dt-bindings/sensor/ |
D | qdec_nxp_s32.h | 66 * LCU SOURCE MUX SELECT
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_s32k344_m7.dtsi | 844 lcu0: lcu@40098000 { 845 compatible = "nxp,s32-lcu"; 850 lcu1: lcu@4009c000 { 851 compatible = "nxp,s32-lcu";
|