Home
last modified time | relevance | path

Searched refs:percent (Results 1 – 25 of 49) sorted by relevance

12

/bsp/hpmicro/libraries/hpm_sdk/components/panel/
A Dhpm_panel.c97 void hpm_panel_set_backlight(hpm_panel_t *panel, uint16_t percent) in hpm_panel_set_backlight() argument
99 if (percent > 100) in hpm_panel_set_backlight()
100 percent = 100; in hpm_panel_set_backlight()
103 panel->state.backlight_percent != percent) { in hpm_panel_set_backlight()
104 panel->hw_if.set_backlight(percent); in hpm_panel_set_backlight()
105 panel->state.backlight_percent = percent; in hpm_panel_set_backlight()
A Dhpm_panel.h46 void (*set_backlight)(uint16_t percent);
184 void hpm_panel_set_backlight(hpm_panel_t *panel, uint16_t percent);
/bsp/simulator/SDL2/include/
A DSDL_power.h77 extern DECLSPEC SDL_PowerState SDLCALL SDL_GetPowerInfo(int *seconds, int *percent);
/bsp/renesas/ra6m3-hmi-board/board/ports/avi/player/
A Dplayer.c197 uint16_t percent; in player_show() local
222 percent = player->song_time_pass * 100 / player->song_time_all; in player_show()
223 rt_kprintf("Player Progress:%02d%% Volume level:%02d%%\n", percent, player->volume); in player_show()
/bsp/stm32/stm32l475-atk-pandora/board/ports/lcd/
A Ddrv_lcd.c235 void lcd_display_brightness(rt_uint8_t percent) in lcd_display_brightness() argument
239 if(percent > 100) in lcd_display_brightness()
241 percent = 100; in lcd_display_brightness()
247 rt_pwm_set(pwm_dev, 2, 1000000, percent*10000); /* PB7, PWM4 CH2 with 1000Hz */ in lcd_display_brightness()
A Ddrv_lcd.h58 void lcd_display_brightness(rt_uint8_t percent);
/bsp/hpmicro/hpm6800evk/board/
A Dboard.c603 static void set_backlight_tm070rdh13(uint16_t percent) in set_backlight_tm070rdh13() argument
605 gpio_write_pin(HPM_GPIO0, GPIO_DO_GPIOA, 9, percent > 0 ? 1 : 0); in set_backlight_tm070rdh13()
646 static void set_backlight_cc10128007(uint16_t percent) in set_backlight_cc10128007() argument
648 gpio_write_pin(HPM_GPIO0, GPIO_DO_GPIOA, 31, percent > 0 ? 1 : 0); in set_backlight_cc10128007()
649 gpio_write_pin(HPM_GPIO0, GPIO_DO_GPIOA, 30, percent > 0 ? 1 : 0); in set_backlight_cc10128007()
/bsp/hpmicro/hpm6750evkmini/board/
A Dboard.c275 static void set_backlight_tm070rdh13(uint16_t percent) in set_backlight_tm070rdh13() argument
277 …IGHT_GPIO_BASE, BOARD_LCD_BACKLIGHT_GPIO_INDEX, BOARD_LCD_BACKLIGHT_GPIO_PIN, percent > 0 ? 1 : 0); in set_backlight_tm070rdh13()
/bsp/hpmicro/hpm6750evk2/board/
A Dboard.c238 static void set_backlight_tm070rdh13(uint16_t percent) in set_backlight_tm070rdh13() argument
240 …IGHT_GPIO_BASE, BOARD_LCD_BACKLIGHT_GPIO_INDEX, BOARD_LCD_BACKLIGHT_GPIO_PIN, percent > 0 ? 1 : 0); in set_backlight_tm070rdh13()
/bsp/hpmicro/hpm6750evk/board/
A Dboard.c259 static void set_backlight_tm070rdh13(uint16_t percent) in set_backlight_tm070rdh13() argument
261 …IGHT_GPIO_BASE, BOARD_LCD_BACKLIGHT_GPIO_INDEX, BOARD_LCD_BACKLIGHT_GPIO_PIN, percent > 0 ? 1 : 0); in set_backlight_tm070rdh13()
/bsp/Infineon/psoc6-evaluationkit-062S2/libs/TARGET_RTT-062S2/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-pioneerkit_modus/libs/TARGET_CY8CKIT-062-BLE/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-pioneerkit_modus/libs/psoc6make/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-cy8ckit-062-BLE/libs/TARGET_CY8CKIT-062-BLE/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-cy8ckit-062-WIFI-BT/libs/TARGET_CY8CKIT-062-WIFI-BT/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-cy8ckit-062S2-43012/libs/TARGET_CY8CKIT-062S2-43012/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-cy8ckit-062s4/libs/TARGET_CY8CKIT-062S4/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/psoc6-cy8cproto-062S3-4343W/libs/TARGET_CY8CPROTO-062S3-4343W/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/libraries/templates/PSOC62/libs/TARGET_CY8CKIT-062S2-43012/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/libraries/templates/XMC7200D/libs/TARGET_APP_KIT_XMC72_EVK/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/xmc7100d-f144k4160aa/libs/TARGET_APP_KIT_XMC71_EVK_LITE_V2/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/Infineon/xmc7200-kit_xmc7200_evk/libs/TARGET_APP_KIT_XMC72_EVK/
A DLICENSE19 contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/apm32/libraries/APM32E10x_Library/CMSIS/
A DLICENSE.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/apm32/libraries/APM32F0xx_Library/CMSIS/
A DLICENSE.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the
/bsp/apm32/libraries/APM32F10x_Library/CMSIS/Include/
A DLICENSE.txt20 otherwise, or (ii) ownership of fifty percent (50%) or more of the

Completed in 81 milliseconds

12