Searched refs:start_offset (Results 1 – 7 of 7) sorted by relevance
365 unsigned char spi_flash_erase(uint32_t start_offset, uint32_t size) in spi_flash_erase() argument367 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()
208 uint8_t spi_flash_erase(uint32_t start_offset, uint32_t size);
70 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset) in _events_find_bit_position() argument75 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()
667 const uint8_t start_offset) in adc_set_pin_scan_mode() argument685 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()
70 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset) in _events_find_bit_position() argument74 pos = 0x01UL << (start_offset + channel); in _events_find_bit_position()
602 uint32_t _events_find_bit_position(uint8_t channel, uint8_t start_offset);
343 uint32_t start_offset; member3360 ctx->start_offset = 0; in _allocate_command_buffer()4429 uint32_t cmd_count = 0,start_offset = 0; in push_states() local4431 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