Searched refs:OTPC (Results 1 – 3 of 3) sorted by relevance
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()[all …]
67 OTPC->OTPC_MODE_REG = (OTPC->OTPC_MODE_REG & in da1469x_otp_set_mode()70 while (!(OTPC->OTPC_STAT_REG & OTPC_OTPC_STAT_REG_OTPC_STAT_MRDY_Msk)); in da1469x_otp_set_mode()
1852 #define OTPC ((OTPC_Type*) OTPC_BASE) macro