Searched refs:bitShift (Results 1 – 3 of 3) sorted by relevance
676 if (bitShift < 32) in LCD_BiasSegmentSet()683 bitShift -= 32; in LCD_BiasSegmentSet()687 if (bitShift < 32) in LCD_BiasSegmentSet()694 bitShift -= 32; in LCD_BiasSegmentSet()698 if (bitShift < 32) in LCD_BiasSegmentSet()705 bitShift -= 32; in LCD_BiasSegmentSet()709 if (bitShift < 32) in LCD_BiasSegmentSet()716 bitShift -= 32; in LCD_BiasSegmentSet()727 *segmentRegister = (*segmentRegister & ~(0xF << bitShift)) | (biasLevel << bitShift); in LCD_BiasSegmentSet()752 int bitShift; in LCD_BiasComSet() local[all …]
496 uint32_t bitShift,2692 …ashCommonBitOperation = (void (*)(FTFx_REG32_ACCESS_TYPE base, uint32_t bitMask, uint32_t bitShift, in copy_flash_common_bit_operation()
622 uint32_t bitShift,2777 …ashCommonBitOperation = (void (*)(FTFx_REG32_ACCESS_TYPE base, uint32_t bitMask, uint32_t bitShift, in copy_flash_common_bit_operation()
Completed in 24 milliseconds