Home
last modified time | relevance | path

Searched refs:start_offset (Results 1 – 7 of 7) sorted by relevance

/bsp/samd21/sam_d2x_asflib/sam0/drivers/spi_flash/
A Dspi_flash.c365 unsigned char spi_flash_erase(uint32_t start_offset, uint32_t size) in spi_flash_erase() argument
367 unsigned long end_offset = start_offset + size; in spi_flash_erase()
376 start_offset = start_offset & FLASH_SECT_MASK; in spi_flash_erase()
380 while(start_offset < end_offset) { in spi_flash_erase()
381 spi_flash_sector_erase(start_offset); in spi_flash_erase()
385 start_offset += FLASH_SECTOR_SIZE; in spi_flash_erase()
A Dspi_flash.h208 uint8_t spi_flash_erase(uint32_t start_offset, uint32_t size);
/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_d_r_h/
A Devents.c70 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset) in _events_find_bit_position() argument
75 pos = 0x01UL << (start_offset + channel); in _events_find_bit_position()
77 pos = 0x01UL << (start_offset + channel + _EVENTS_START_OFFSET_BUSY_BITS); in _events_find_bit_position()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/adc/adc_sam_d_r_h/
A Dadc_feature.h667 const uint8_t start_offset) in adc_set_pin_scan_mode() argument
685 start_offset > (ADC_INPUTCTRL_INPUTOFFSET_Msk >> ADC_INPUTCTRL_INPUTOFFSET_Pos)) { in adc_set_pin_scan_mode()
698 (start_offset << ADC_INPUTCTRL_INPUTOFFSET_Pos) | in adc_set_pin_scan_mode()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/events_sam_l_c/
A Devents.c70 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset) in _events_find_bit_position() argument
74 pos = 0x01UL << (start_offset + channel); in _events_find_bit_position()
/bsp/samd21/sam_d2x_asflib/sam0/drivers/events/
A Devents.h602 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset);
/bsp/nxp/imx/imxrt/libraries/drivers/vglite/VGLite/
A Dvg_lite.c343 uint32_t start_offset; member
3360 ctx->start_offset = 0; in _allocate_command_buffer()
4429 uint32_t cmd_count = 0,start_offset = 0; in push_states() local
4431 start_offset = context->start_offset; in push_states()
4515 start_offset = context->start_offset; in push_state()
4583 start_offset = context->start_offset; in push_state_ptr()
4649 start_offset = context->start_offset; in push_call()
4715 start_offset = context->start_offset; in push_rectangle()
4793 start_offset = context->start_offset; in push_data()
4869 start_offset = context->start_offset; in push_stall()
[all …]

Completed in 34 milliseconds