Searched refs:tempTH (Results 1 – 1 of 1) sorted by relevance
284 uint32_t tempTZBRG = 0, tempTH = 0; in FL_UART_InfraRed_Init() local299 …tempTH = (uint32_t)(((float)initStruct->modulationDuty / 100.0) * ((float)(tempTZBRG + 1) / (float… in FL_UART_InfraRed_Init()303 … tempTH = (uint32_t)(((float)initStruct->modulationDuty / 100.0) * (float)(tempTZBRG + 1) + 0.5); in FL_UART_InfraRed_Init()306 …tempTH = ((float)((tempTZBRG >> 4) * tempTH) / (float)(tempTZBRG + 1)) < 0.95f ? tempTH : tempTH -… in FL_UART_InfraRed_Init()308 FL_UART_WriteIRModulationDuty(UART, tempTH); in FL_UART_InfraRed_Init()
Completed in 8 milliseconds