Searched refs:minute (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/include/ |
D | time_scene_server.h | 212 minute : 6, member 308 minute : 6, member 363 minute : 6, member
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/api/models/include/ |
D | esp_ble_mesh_time_scene_model_api.h | 139 uint64_t minute : 6; /*!< Scheduled minute for the action */ member 231 uint64_t minute : 6; /*!< Scheduled minute for the action */ member 630 minute : 6, /*!< The value of Scheduled minute for the action */ member 717 uint64_t minute : 6; /*!< Scheduled minute for the action */ member 809 uint64_t minute : 6; /*!< Scheduled minute for the action */ member
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/client/include/ |
D | time_scene_client.h | 183 uint64_t minute : 6; /* Scheduled minute for the action */ member 201 uint64_t minute : 6; /* Scheduled minute for the action */ member
|
/hal_espressif-2.7.6/examples/peripherals/uart/nmea0183_parser/main/ |
D | nmea_parser_example_main.c | 43 gps->tim.hour + TIME_ZONE, gps->tim.minute, gps->tim.second, in gps_event_handler()
|
D | nmea_parser.h | 72 uint8_t minute; /*!< Minute */ member
|
D | nmea_parser.c | 97 esp_gps->parent.tim.minute = convert_two_digit2number(esp_gps->item_str + 2); in parse_utc_time()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_models/server/ |
D | time_scene_server.c | 954 val |= ((uint64_t)(reg->minute) << 33) | ((uint64_t)(reg->hour) << 28); in get_schedule_reg_state() 1060 uint8_t index = 0U, year = 0U, day = 0U, hour = 0U, minute = 0U, in scheduler_act_set() local 1078 minute = (value >> 33) & BIT_MASK(6); in scheduler_act_set() 1113 .scheduler_act_set.minute = minute, in scheduler_act_set() 1130 srv->state->schedules[index].minute = minute; in scheduler_act_set() 1143 .scheduler_act_set.minute = minute, in scheduler_act_set()
|
/hal_espressif-2.7.6/docs/en/security/ |
D | flash-encryption.rst | 172 …ions marked as ``encrypted``. Encrypting in-place can take time, up to a minute for large partitio… 190 …ions marked as ``encrypted``. Encrypting in-place can take time, up to a minute for large partitio… 208 …ions marked as ``encrypted``. Encrypting in-place can take time, up to a minute for large partitio… 278 …as ``encrypted`` then resets. Encrypting in-place can take time, up to a minute for large partitio… 401 …as ``encrypted`` then resets. Encrypting in-place can take time, up to a minute for large partitio… 462 …as ``encrypted`` then resets. Encrypting in-place can take time, up to a minute for large partitio…
|
/hal_espressif-2.7.6/examples/storage/spiffsgen/spiffs_image/sub/ |
D | alice.txt | 218 rather sharply; ‘I advise you to leave off this minute!’ She generally 730 here directly, and get ready for your walk!” “Coming in a minute, 754 and very soon had to kneel down on the floor: in another minute there 875 roof off.’ After a minute or two, they began moving about again, and 1116 a minute or two the Caterpillar took the hookah out of its mouth 1127 Alice remained looking thoughtfully at the mushroom for a minute, trying 1222 minute or two, which gave the Pigeon the opportunity of adding, ‘You’re 1243 to be, from one minute to another! However, I’ve got back to my right 1257 For a minute or two she stood looking at the house, and wondering what 1430 straightening itself out again, so that altogether, for the first minute [all …]
|
/hal_espressif-2.7.6/components/lwip/ |
D | Kconfig | 250 The default is 60, that equals one minute.
|