Home
last modified time | relevance | path

Searched refs:pol (Results 1 – 12 of 12) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_smartbond.c48 uint32_t pol; member
213 config->wkup_regs->pol |= pin_mask; in gpio_smartbond_arm_next_edge_interrupt()
215 config->wkup_regs->pol &= ~pin_mask; in gpio_smartbond_arm_next_edge_interrupt()
256 config->wkup_regs->pol &= ~pin_mask; in gpio_smartbond_pin_interrupt_configure()
258 config->wkup_regs->pol |= pin_mask; in gpio_smartbond_pin_interrupt_configure()
/Zephyr-latest/drivers/pwm/
Dpwm_max32.c58 pwm_cfg.pol = (flags & PWM_POLARITY_MASK) ? 1 : 0; in api_set_cycles()
60 pwm_cfg.pol = (flags & PWM_POLARITY_MASK) ? 0 : 1; in api_set_cycles()
/Zephyr-latest/samples/subsys/usb_c/source/src/
Dmain.c110 int port0_policy_cb_vconn_en(const struct device *dev, enum tc_cc_polarity pol, bool en) in port0_policy_cb_vconn_en() argument
114 dpm_data->vconn_pol = pol; in port0_policy_cb_vconn_en()
119 } else if (pol == TC_POLARITY_CC1) { in port0_policy_cb_vconn_en()
/Zephyr-latest/drivers/spi/
Dspi_mcux_flexio.c127 uint8_t pol, uint32_t srcClock_Hz) in spi_flexio_master_init() argument
198 timerConfig.pinPolarity = pol ? kFLEXIO_PinActiveLow : kFLEXIO_PinActiveHigh; in spi_flexio_master_init()
/Zephyr-latest/include/zephyr/drivers/usb_c/
Dusbc_tcpc.h121 typedef int (*tcpc_vconn_control_cb_t)(const struct device *dev, enum tc_cc_polarity pol,
123 typedef int (*tcpc_vconn_discharge_cb_t)(const struct device *dev, enum tc_cc_polarity pol,
/Zephyr-latest/drivers/counter/
Dcounter_max32_timer.c258 tmr_cfg.pol = 0; in max32_counter_init()
/Zephyr-latest/lib/posix/options/
Dpthread.c650 int pol; in pthread_create() local
653 zephyr_to_posix_priority(k_thread_priority_get(k_current_get()), &pol); in pthread_create()
654 t->attr.schedpolicy = pol; in pthread_create()
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_stm32.c165 int pol = (cr & UCPD_CR_PHYCCSEL); in ucpd_get_cc_enable_mask() local
168 mask &= ~BIT(UCPD_CR_CCENABLE_Pos + !pol); in ucpd_get_cc_enable_mask()
/Zephyr-latest/dts/arm/st/l4/
Dstm32l4.dtsi489 wkup-pins-pol;
/Zephyr-latest/dts/arm/st/wb/
Dstm32wb.dtsi529 wkup-pins-pol;
/Zephyr-latest/dts/arm/st/wl/
Dstm32wl.dtsi511 wkup-pins-pol;
/Zephyr-latest/dts/arm/st/u5/
Dstm32u5.dtsi871 wkup-pins-pol;