/Zephyr-Core-3.7.0/samples/boards/bbc_microbit/pong/src/ |
D | main.c | 92 static struct k_work_delayable refresh; variable 269 k_work_reschedule(&refresh, K_NO_WAIT); in check_start() 304 k_work_reschedule(&refresh, K_MSEC(RESTART_THRESHOLD)); in game_ended() 387 k_work_reschedule(&refresh, GAME_REFRESH); in game_refresh() 400 k_work_reschedule(&refresh, K_NO_WAIT); in pong_ball_received() 422 int busy = k_work_cancel_delayable(&refresh); in button_pressed() 489 k_work_reschedule(&refresh, K_SECONDS(1)); in pong_remote_disconnected() 526 k_work_init_delayable(&refresh, game_refresh); in main()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | rpr_srv.c | 88 } refresh; member 97 return srv.refresh.procedure; in bt_mesh_node_refresh_get() 365 srv.refresh.cb->link_closed(&pb_remote_srv, srv.refresh.cb_data, in link_close() 818 uint8_t refresh; in handle_link_open() local 841 refresh = net_buf_simple_pull_u8(buf); in handle_link_open() 843 srv.refresh.procedure != refresh) { in handle_link_open() 871 refresh = net_buf_simple_pull_u8(buf); in handle_link_open() 872 if (refresh > BT_MESH_RPR_NODE_REFRESH_COMPOSITION) { in handle_link_open() 873 LOG_ERR("Invalid refresh: %u", refresh); in handle_link_open() 877 if (refresh == BT_MESH_RPR_NODE_REFRESH_COMPOSITION && in handle_link_open() [all …]
|
D | prov_bearer.h | 128 enum bt_mesh_rpr_node_refresh refresh; member
|
D | provisioner.c | 939 ctx.refresh = BT_MESH_RPR_NODE_REFRESH_ADDR; in bt_mesh_pb_remote_open_node() 941 ctx.refresh = BT_MESH_RPR_NODE_REFRESH_COMPOSITION; in bt_mesh_pb_remote_open_node() 943 ctx.refresh = BT_MESH_RPR_NODE_REFRESH_DEVKEY; in bt_mesh_pb_remote_open_node()
|
D | dfu_cli.c | 177 static void refresh(struct bt_mesh_dfu_cli *cli); 256 refresh(cli); in blob_end() 496 refresh(cli); in transfer() 536 static void refresh(struct bt_mesh_dfu_cli *cli) in refresh() function
|
/Zephyr-Core-3.7.0/drivers/watchdog/ |
D | Kconfig.nxp_fs26 | 34 int "Watchdog refresh counter limit" 37 Sets the maximum value of the watchdog refresh counter. Each time the 39 time this counter reaches its maximum value and if the next refresh is 41 there is a bad watchdog refresh, this counter is reset to 0.
|
/Zephyr-Core-3.7.0/boards/shields/rk043fn02h_ct/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-Core-3.7.0/boards/shields/rk043fn66hs_ctg/ |
D | Kconfig.defconfig | 22 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4m/ |
D | Kconfig.defconfig | 31 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-Core-3.7.0/boards/shields/waveshare_epaper/ |
D | waveshare_epaper_gdew042t2-p.overlay | 24 * GoodDisplay GDEW042T2 with fast partial refresh. Based on
|
/Zephyr-Core-3.7.0/boards/arduino/portenta_h7/ |
D | arduino_portenta_h7-common.dtsi | 152 * refresh rate is 703 - 20 = 683. 154 refresh-rate = < 683 >; 155 num-auto-refresh = < 8 >;
|
/Zephyr-Core-3.7.0/boards/shields/rk055hdmipi4ma0/ |
D | Kconfig.defconfig | 33 # Force full refresh. This prevents memory copy associated with partial
|
/Zephyr-Core-3.7.0/boards/st/stm32f746g_disco/ |
D | stm32f746g_disco.dts | 231 num-auto-refresh = <8>; 234 * Auto refresh command shall be issued every 15.625 us 238 refresh-rate = <1667>;
|
/Zephyr-Core-3.7.0/boards/st/stm32f7508_dk/ |
D | stm32f7508_dk.dts | 227 num-auto-refresh = <8>; 230 * Auto refresh command shall be issued every 15.625 us 234 refresh-rate = <1667>;
|
/Zephyr-Core-3.7.0/modules/lvgl/ |
D | Kconfig.memory | 66 bool "Force full refresh mode" 68 Force full refresh of display on update. When combined with
|
/Zephyr-Core-3.7.0/boards/arduino/giga_r1/ |
D | arduino_giga_r1_stm32h747xx_m7.dts | 231 num-auto-refresh = <8>; 233 refresh-rate = <603>;
|
/Zephyr-Core-3.7.0/boards/st/stm32h750b_dk/ |
D | stm32h750b_dk.dts | 210 num-auto-refresh = <8>; 212 refresh-rate = <0x603>;
|
/Zephyr-Core-3.7.0/boards/st/stm32h745i_disco/ |
D | stm32h745i_disco_stm32h745xx_m7.dts | 266 num-auto-refresh = <8>; 268 refresh-rate = <0x603>;
|
/Zephyr-Core-3.7.0/boards/st/stm32f429i_disc1/ |
D | stm32f429i_disc1.dts | 209 num-auto-refresh = <1>; 211 refresh-rate = <1386>;
|
/Zephyr-Core-3.7.0/boards/st/stm32f769i_disco/ |
D | stm32f769i_disco.dts | 233 num-auto-refresh = <8>; 235 refresh-rate = <603>;
|
/Zephyr-Core-3.7.0/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7.dts | 188 num-auto-refresh = <8>; 190 refresh-rate = <603>;
|
/Zephyr-Core-3.7.0/boards/st/stm32h7b3i_dk/ |
D | stm32h7b3i_dk.dts | 187 num-auto-refresh = <8>; 189 refresh-rate = <0x603>;
|
/Zephyr-Core-3.7.0/boards/bbc/microbit_v2/ |
D | bbc_microbit_v2.dts | 71 refresh-frequency = <50>;
|
/Zephyr-Core-3.7.0/subsys/mgmt/osdp/ |
D | Kconfig | 54 Thread stack size for osdp refresh thread
|
/Zephyr-Core-3.7.0/boards/bbc/microbit/ |
D | bbc_microbit.dts | 73 refresh-frequency = <50>;
|