Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/pwm/
Dpwm_cc13xx_cc26xx_timer.c52 HWREG(config->gpt_base + prescale_register) = prescaleValue; in write_value()
55 HWREG(config->gpt_base + value_register) = value & 0xffff; in write_value()
108 HWREG(config->gpt_base + GPT_O_CTL) |= GPT_CTL_TBPWML_INVERTED; in set_cycles()
110 HWREG(config->gpt_base + GPT_O_CTL) |= GPT_CTL_TBPWML_NORMAL; in set_cycles()
216 HWREG(config->gpt_base + GPT_O_CFG) = GPT_CFG_CFG_16BIT_TIMER; in init_pwm()
221 HWREG(config->gpt_base + GPT_O_CTL) |= GPT_CTL_TBSTALL; in init_pwm()
223 HWREG(config->gpt_base + GPT_O_TBMR) = GPT_TBMR_TBAMS_PWM | GPT_TBMR_TBMRSU_TOUPDATE | in init_pwm()
/Zephyr-latest/drivers/timer/
Dcc13xx_cc26xx_rtc_timer.c140 HWREG(AON_RTC_BASE + AON_RTC_O_SYNC) = 1; in initDevice()
142 HWREG(AON_RTC_BASE + AON_RTC_O_SYNC); in initDevice()
147 HWREG(AON_RTC_BASE + AON_RTC_O_SYNC); in initDevice()
/Zephyr-latest/drivers/adc/
Dadc_cc13xx_cc26xx.c113 HWREG(AUX_EVCTL_BASE + AUX_EVCTL_O_EVTOMCUFLAGSCLR) = in adc_cc13xx_cc26xx_init()
251 HWREG(AUX_EVCTL_BASE + AUX_EVCTL_O_EVTOMCUFLAGS) & in adc_cc13xx_cc26xx_isr()
258 HWREG(AUX_EVCTL_BASE + AUX_EVCTL_O_EVTOMCUFLAGSCLR) = ev_status; in adc_cc13xx_cc26xx_isr()
/Zephyr-latest/drivers/gpio/
Dgpio_cc13xx_cc26xx.c246 HWREG(AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL) = in gpio_cc13xx_cc26xx_init()
247 (HWREG(AON_EVENT_BASE + AON_EVENT_O_MCUWUSEL) & in gpio_cc13xx_cc26xx_init()
/Zephyr-latest/drivers/i2c/
Di2c_cc32xx.c359 regval = HWREG(COMMON_REG_BASE); in i2c_cc32xx_init()
361 HWREG(COMMON_REG_BASE) = regval; in i2c_cc32xx_init()