Home
last modified time | relevance | path

Searched refs:MAX_CHANNELS (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/pwm/
Dpwm_mcux_tpm.c26 #define MAX_CHANNELS ARRAY_SIZE(TPM0->CONTROLS) macro
28 #define MAX_CHANNELS ARRAY_SIZE(TPM1->CONTROLS) macro
45 tpm_chnl_pwm_signal_param_t channel[MAX_CHANNELS];
Dpwm_rv32m1_tpm.c24 #define MAX_CHANNELS ARRAY_SIZE(TPM0->CONTROLS) macro
40 tpm_chnl_pwm_signal_param_t channel[MAX_CHANNELS];
Dpwm_mcux_ftm.c23 #define MAX_CHANNELS ARRAY_SIZE(FTM0->CONTROLS) macro
26 #define MAX_CAPTURE_PAIRS (MAX_CHANNELS / 2U)
57 ftm_chnl_pwm_config_param_t channel[MAX_CHANNELS];
/Zephyr-latest/drivers/mbox/
Dmbox_stm32_hsem.c38 #define MAX_CHANNELS 2 macro
180 return MAX_CHANNELS; in mbox_stm32_hsem_max_channels_get()
/Zephyr-latest/drivers/adc/
Dadc_tla202x.c28 #define MAX_CHANNELS 4 macro
102 tla202x_reg_config_t reg_config[MAX_CHANNELS];
405 for (uint8_t ch = 0; ch < MAX_CHANNELS; ch++) { in tla202x_init()