Home
last modified time | relevance | path

Searched refs:total_buffer_size (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/adc/
Dadc_ifx_cat1.c159 int total_buffer_size; in validate_buffer_size() local
167 total_buffer_size = active_channels * sizeof(uint16_t); in validate_buffer_size()
170 total_buffer_size *= (1 + sequence->options->extra_samplings); in validate_buffer_size()
173 if (sequence->buffer_size < total_buffer_size) { in validate_buffer_size()
Dadc_xmc4xxx.c90 int total_buffer_size; in adc_xmc4xxx_validate_buffer_size() local
98 total_buffer_size = active_channels * sizeof(uint16_t); in adc_xmc4xxx_validate_buffer_size()
101 total_buffer_size *= (1 + sequence->options->extra_samplings); in adc_xmc4xxx_validate_buffer_size()
104 if (sequence->buffer_size < total_buffer_size) { in adc_xmc4xxx_validate_buffer_size()
/Zephyr-latest/drivers/bluetooth/hci/
Dhci_stm32wba.c362 init_params_p.total_buffer_size = BLE_DYN_ALLOC_SIZE; in bt_ble_ctlr_init()