Home
last modified time | relevance | path

Searched refs:pg (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/soc/atmel/sam0/common/
Dsoc_port.c16 int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func) in soc_port_pinmux_set() argument
26 pg->PMUX[idx].bit.PMUXO = func; in soc_port_pinmux_set()
28 pg->PMUX[idx].bit.PMUXE = func; in soc_port_pinmux_set()
30 pg->PINCFG[pin].bit.PMUXEN = 1; in soc_port_pinmux_set()
37 PortGroup *pg = pin->regs; in soc_port_configure() local
43 pg->PINCFG[pin->pinum] = pincfg; in soc_port_configure()
44 pg->DIRCLR.reg = (1 << pin->pinum); in soc_port_configure()
45 pg->OUTCLR.reg = (1 << pin->pinum); in soc_port_configure()
48 soc_port_pinmux_set(pg, pin->pinum, func); in soc_port_configure()
54 pg->OUTSET.reg = (1 << pin->pinum); in soc_port_configure()
[all …]
Dsoc_port.h90 int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func);
/Zephyr-latest/soc/microchip/mec/mec15xx/
Dsoc.c21 GIRQ_Type *pg; in soc_ecia_init() local
34 pg = &ECIA_REGS->GIRQ08; in soc_ecia_init()
36 pg->EN_CLR = 0xFFFFFFFFul; in soc_ecia_init()
37 pg->SRC = 0xFFFFFFFFul; in soc_ecia_init()
38 pg++; in soc_ecia_init()
/Zephyr-latest/boards/shields/waveshare_ups/
Dwaveshare_pico_ups_b.overlay13 pg = <3>;
/Zephyr-latest/samples/sensor/ina219/boards/
Dblackpill_f411ce.overlay17 pg = <0>;
/Zephyr-latest/drivers/sensor/ti/ina219/
Dina219.h53 uint8_t pg; member
Dina219.c85 (cfg->pg & INA219_PG_MASK) << INA219_PG_SHIFT | in ina219_set_config()
293 .pg = DT_INST_PROP(n, pg), \
/Zephyr-latest/cmake/linker/ld/gcc/
Dlinker_flags.cmake10 check_set_linker_property(TARGET linker APPEND PROPERTY gprof -pg)
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt11xx_cm4.dtsi38 * GPIO3, see pg. 1410 of RT1170 ref manual for example
Dnxp_rt11xx_cm7.dtsi72 * GPIO3, see pg. 1460 of RT1170 ref manual for example
/Zephyr-latest/arch/posix/
DCMakeLists.txt139 target_link_options(native_simulator INTERFACE "-pg")
/Zephyr-latest/cmake/compiler/gcc/
Dcompiler_flags.cmake226 set_compiler_property(PROPERTY gprof -pg)
/Zephyr-latest/tests/drivers/build_all/sensor/
Di2c.dtsi151 pg = <0>;