Lines Matching refs:OTPC
64 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_32MHz; in da1469x_otp_tim1_adjust()
68 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_96MHz; in da1469x_otp_tim1_adjust()
71 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_2MHz; in da1469x_otp_tim1_adjust()
74 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_4MHz; in da1469x_otp_tim1_adjust()
77 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_8MHz; in da1469x_otp_tim1_adjust()
80 OTPC->OTPC_TIM1_REG = OTPC_TIM1_REG_16MHz; in da1469x_otp_tim1_adjust()
137 while (!(OTPC->OTPC_STAT_REG & OTPC_OTPC_STAT_REG_OTPC_STAT_PRDY_Msk)); in da1469x_otp_write()
138 while (!(OTPC->OTPC_STAT_REG & in da1469x_otp_write()
142 OTPC->OTPC_PWORD_REG = *src_addr; in da1469x_otp_write()
143 OTPC->OTPC_PADDR_REG = ((uint32_t)dst_addr >> 2) & in da1469x_otp_write()
146 while (!(OTPC->OTPC_STAT_REG & OTPC_OTPC_STAT_REG_OTPC_STAT_PRDY_Msk)); in da1469x_otp_write()
197 OTPC->OTPC_TIM2_REG = OTPC_TIM2_REG_DEFAULT; in da1469x_otp_init()