Searched refs:bundle (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/driver/gpio/ |
D | dedic_gpio.c | 196 dedic_gpio_bundle_t *bundle = NULL; in dedic_gpio_new_bundle() local 208 bundle = calloc(1, bundle_size); in dedic_gpio_new_bundle() 209 ESP_GOTO_ON_FALSE(bundle, ESP_ERR_NO_MEM, err, TAG, "no mem for bundle"); in dedic_gpio_new_bundle() 236 …"new outward bundle(%p) on core[%d], offset=%"PRIu32", mask(%"PRIx32")", bundle, core_id, out_offs… in dedic_gpio_new_bundle() 258 … "new inward bundle(%p) on core[%d], offset=%"PRIu32", mask(%"PRIx32")", bundle, core_id, in_offse… in dedic_gpio_new_bundle() 279 bundle->core_id = core_id; in dedic_gpio_new_bundle() 280 bundle->out_mask = out_mask; in dedic_gpio_new_bundle() 281 bundle->in_mask = in_mask; in dedic_gpio_new_bundle() 282 bundle->out_offset = out_offset; in dedic_gpio_new_bundle() 283 bundle->in_offset = in_offset; in dedic_gpio_new_bundle() [all …]
|
/hal_espressif-latest/components/driver/gpio/include/driver/ |
D | dedic_gpio.h | 63 esp_err_t dedic_gpio_del_bundle(dedic_gpio_bundle_handle_t bundle); 80 esp_err_t dedic_gpio_get_out_mask(dedic_gpio_bundle_handle_t bundle, uint32_t *mask); 81 esp_err_t dedic_gpio_get_in_mask(dedic_gpio_bundle_handle_t bundle, uint32_t *mask); 99 esp_err_t dedic_gpio_get_out_offset(dedic_gpio_bundle_handle_t bundle, uint32_t *offset); 100 esp_err_t dedic_gpio_get_in_offset(dedic_gpio_bundle_handle_t bundle, uint32_t *offset); 114 void dedic_gpio_bundle_write(dedic_gpio_bundle_handle_t bundle, uint32_t mask, uint32_t value) IRAM… 124 uint32_t dedic_gpio_bundle_read_out(dedic_gpio_bundle_handle_t bundle) IRAM_ATTR; 134 uint32_t dedic_gpio_bundle_read_in(dedic_gpio_bundle_handle_t bundle) IRAM_ATTR; 158 typedef bool (*dedic_gpio_isr_callback_t)(dedic_gpio_bundle_handle_t bundle, uint32_t index, void *… 178 esp_err_t dedic_gpio_bundle_set_interrupt_and_callback(dedic_gpio_bundle_handle_t bundle, uint32_t …
|
/hal_espressif-latest/components/mbedtls/esp_crt_bundle/ |
D | gen_crt_bundle.py | 123 bundle = struct.pack('>H', len(self.certificates)) 137 bundle += len_data 138 bundle += sub_name_der 139 bundle += pub_key_der 141 return bundle 190 bundle = CertificateBundle() 195 bundle.add_with_filter(path, args.filter) 197 bundle.add_from_file(path) 199 bundle.add_from_path(path) 203 status('Successfully added %d certificates in total' % len(bundle.certificates)) [all …]
|
D | cacrt_all.pem | 6 ## This is a bundle of X.509 certificates of public Certificate Authorities 16 ## Conversion done with mk-ca-bundle.pl version 1.29.
|
/hal_espressif-latest/components/mbedtls/ |
D | CMakeLists.txt | 42 # Generate custom certificate bundle using the generate_cert_bundle utility 64 # Generate bundle according to config
|
D | Kconfig | 313 bool "Enable trusted root certificate bundle" 324 bool "Default certificate bundle options" 329 bool "Use the full default certificate bundle" 336 bool "Do not use the default certificate bundle" 342 bool "Add custom certificates to the default bundle" 345 string "Custom certificate bundle path" 351 int "Maximum no of certificates allowed in certificate bundle"
|