Searched refs:reset (Results 1 – 17 of 17) sorted by relevance
71 hw_set_bits(&resets_hw->reset, bits); in reset_block()80 hw_clear_bits(&resets_hw->reset, bits); in unreset_block()89 hw_clear_bits(&resets_hw->reset, bits); in unreset_block_wait()
52 io_rw_32 reset;
216 STATIC INLINE void Chip_SYSCTL_ClearSystemRSTStatus(uint32_t reset) in Chip_SYSCTL_ClearSystemRSTStatus() argument218 LPC_SYSCTL->SYSRSTSTAT = reset; in Chip_SYSCTL_ClearSystemRSTStatus()
87 .reset = resetd_reset,
38 * reset in the interrupt handler.<br>
41 * register is updated with an incremented value and the value is reset after it
25 * Reset_Handler : Entry of reset handler
23 * Reset_Handler : Entry of reset handler
176 .section .reset, "ax"
45 KEEP (*(.reset))
66 KEEP (*(.reset))
67 void tcp_abandon (struct tcp_pcb *pcb, int reset);
357 tcp_abandon(struct tcp_pcb *pcb, int reset) in tcp_abandon() argument393 if (reset) { in tcp_abandon()
18 …application core-specific functionalities for nRF5340 in the RESET HAL and the reset reason helper.
Completed in 22 milliseconds