Home
last modified time | relevance | path

Searched refs:gen (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-3.6.0/components/driver/
Dmcpwm.c67 #define MCPWM_GEN_CHECK(mcpwm_num, timer_num, gen) \ argument
70 ESP_RETURN_ON_FALSE((gen) < MCPWM_GEN_MAX, ESP_ERR_INVALID_ARG, TAG, MCPWM_GEN_ERROR); \
112 typedef void (*mcpwm_ll_gen_set_event_action_t)(mcpwm_dev_t *mcpwm, int op, int gen, int action);
260 esp_err_t mcpwm_set_duty(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, fl… in mcpwm_set_duty() argument
265 const int cmp = gen; in mcpwm_set_duty()
266 MCPWM_GEN_CHECK(mcpwm_num, timer_num, gen); in mcpwm_set_duty()
277 …y_in_us(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, uint32_t duty_in_u… in mcpwm_set_duty_in_us() argument
282 const int cmp = gen; in mcpwm_set_duty_in_us()
283 MCPWM_GEN_CHECK(mcpwm_num, timer_num, gen); in mcpwm_set_duty_in_us()
296 …p_err_t mcpwm_set_duty_type(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, in mcpwm_set_duty_type() argument
[all …]
/hal_espressif-3.6.0/components/driver/include/driver/
Dmcpwm.h431 esp_err_t mcpwm_set_duty(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, fl…
445 …y_in_us(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, uint32_t duty_in_u…
461 …ty_type(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen, mcpwm_duty_type_t …
484 float mcpwm_get_duty(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_operator_t gen);
496 uint32_t mcpwm_get_duty_in_us(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_operator_t gen
510 …rr_t mcpwm_set_signal_high(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen);
524 …err_t mcpwm_set_signal_low(mcpwm_unit_t mcpwm_num, mcpwm_timer_t timer_num, mcpwm_generator_t gen);
/hal_espressif-3.6.0/components/partition_table/
Dparttool.py28 import gen_esp32part as gen namespace
77 gen.offset_part_table = partition_table_offset
100 input_is_binary = (f.read(2) == gen.PartitionDefinition.MAGIC_BYTES)
103 partition_table = gen.PartitionTable.from_binary(f.read())
108 partition_table = gen.PartitionTable.from_csv(f.read())
114 …self._call_esptool(['read_flash', str(partition_table_offset), str(gen.MAX_PARTITION_LENGTH), temp…
116 partition_table = gen.PartitionTable.from_binary(f.read())
359 except gen.InputError as e:
/hal_espressif-3.6.0/components/nvs_flash/test_nvs_host/
Dspi_flash_emulation.h136 std::mt19937 gen(rd()); in randomize()
137 gen.seed(seed); in randomize()
138 std::generate_n(mData.data(), mData.size(), gen); in randomize()
Dtest_nvs.cpp1249 esp_err_t doRandomThings(nvs_handle_t handle, TGen gen, size_t& count) { in doRandomThings() argument
1352 int32_t val = static_cast<int32_t>(gen()); in doRandomThings()
1371 uint64_t val = static_cast<uint64_t>(gen()); in doRandomThings()
1393 size_t strLen = gen() % (strBufLen - 1); in doRandomThings()
1395 const char c = static_cast<char>(gen() % 127); in doRandomThings()
1425 size_t blobLen = gen() % blobBufLen; in doRandomThings()
1427 return static_cast<uint8_t>(gen() % 256); in doRandomThings()
1453 size_t index = gen() % (nKeys); in doRandomThings()
1454 switch (gen() % 3) { in doRandomThings()
1488 std::mt19937 gen(rd());
[all …]
/hal_espressif-3.6.0/components/app_update/
Dotatool.py92 import gen_esp32part as gen namespace
103 for i in range(gen.NUM_PARTITION_SUBTYPE_APP_OTA):
104 …ota_partition = filter(lambda p: p.subtype == (gen.MIN_PARTITION_SUBTYPE_APP_OTA + i), partition_t…
121 …ota_partition_next = filter(lambda p: p.subtype - gen.MIN_PARTITION_SUBTYPE_APP_OTA == ota_id, ot…
/hal_espressif-3.6.0/docs/en/api-reference/
Dtemplate.rst76 …rectory. To see directives generated for e.g. ``esp_wifi.h``, run ``python gen-dxd.py esp32/includ…
/hal_espressif-3.6.0/components/soc/esp32s3/include/soc/
Dmcpwm_struct.h237 uint32_t gen: 16; member
/hal_espressif-3.6.0/components/soc/esp32/include/soc/
Dmcpwm_struct.h237 uint32_t gen: 16; member
/hal_espressif-3.6.0/components/hal/esp32s3/include/hal/
Dmcpwm_ll.h521 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
526 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
/hal_espressif-3.6.0/components/hal/esp32/include/hal/
Dmcpwm_ll.h503 …HAL_FORCE_MODIFY_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen, compare_v… in mcpwm_ll_operator_set_compare_value()
508 return HAL_FORCE_READ_U32_REG_FIELD(mcpwm->operators[operator_id].timestamp[compare_id], gen); in mcpwm_ll_operator_get_compare_value()
/hal_espressif-3.6.0/docs/doxygen/
DDoxyfile18 ## The 'INPUT' statement below is used as input by script 'gen-df-input.py'