Searched refs:orig (Results 1 – 6 of 6) sorted by relevance
30 uint8_t orig[3]; member38 uint8_t orig[3]; member
1300 MS_U32 orig = _HAL_CA_OTP_Read_Real(addr, TRUE); in HAL_CA_OTP_Write() local1301 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write()
1293 MS_U32 orig = _HAL_CA_OTP_Read_Real(addr, TRUE); in HAL_CA_OTP_Write() local1294 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write()
1294 MS_U32 orig = _HAL_CA_OTP_Read_Real(addr, TRUE); in HAL_CA_OTP_Write() local1295 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write()
1297 MS_U32 orig = _HAL_CA_OTP_Read_Real(addr, TRUE); in HAL_CA_OTP_Write() local1298 MS_U32 write = value & (orig ^ value); // only write the bit from 0 to 1 in HAL_CA_OTP_Write()